Pantograph/README.md

21 lines
312 B
Markdown

# PyPantograph
Python interface to the Pantograph library
## Getting started
Update submodule
``` bash
git submodule update --init
```
Execute
```bash
poetry build
```
To run server tests:
``` bash
python -m pantograph.server
```
The tests in `pantograph/server.py` also serve as simple interaction examples