Skip to content

Commit b1fd6c5

Browse files
committed
Update version check in installation tutorial
1 parent fdcab7a commit b1fd6c5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/tutorials/installation.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ from github:
3434
$ python3 -m pip install git+https://github.com/DiamondLightSource/FastCS.git
3535
```
3636

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:
37+
The library should now be installed. There is no application entrypoint, but the library can be imported:
3938

4039
```
41-
$ FastCS --version
40+
$ python3
41+
>>> from fastcs import __version__
42+
>>> fastcs.__version__ # doctest: +SKIP
4243
```

0 commit comments

Comments
 (0)