doc: README fix
This commit is contained in:
parent
b4cfe7480f
commit
44f982d689
|
@ -8,8 +8,9 @@ Execute
|
||||||
```bash
|
```bash
|
||||||
poetry build
|
poetry build
|
||||||
```
|
```
|
||||||
If the build is successful, the following command should succeed and output the current version of Pantograph.
|
To run server tests:
|
||||||
``` bash
|
``` bash
|
||||||
python -m pantograph.server
|
python -m pantograph.server
|
||||||
```
|
```
|
||||||
|
The tests in `pantograph/server.py` also serve as simple interaction examples
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue