28 lines
398 B
Markdown
28 lines
398 B
Markdown
# PyPantograph
|
|
|
|
Python interface to the Pantograph library
|
|
|
|
## Getting started
|
|
Update submodule
|
|
``` bash
|
|
git submodule update --init
|
|
```
|
|
Install dependencies
|
|
```bash
|
|
poetry install
|
|
```
|
|
|
|
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
|
|
|
|
## Examples
|
|
|
|
See `examples/README.md`
|