We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdcab7a commit b1fd6c5Copy full SHA for b1fd6c5
docs/tutorials/installation.md
@@ -34,9 +34,10 @@ from github:
34
$ python3 -m pip install git+https://github.com/DiamondLightSource/FastCS.git
35
```
36
37
-The library should now be installed and the commandline interface on your path.
38
-You can check the version that has been installed by typing:
+The library should now be installed. There is no application entrypoint, but the library can be imported:
39
40
41
-$ FastCS --version
+$ python3
+>>> from fastcs import __version__
42
+>>> fastcs.__version__ # doctest: +SKIP
43
0 commit comments