|
# PyPantograph
|
|
|
|
Python interface to the Pantograph library
|
|
|
|
## Getting started
|
|
|
|
Execute
|
|
```bash
|
|
poetry build
|
|
```
|
|
If the build is successful, the following command should succeed and output the current version of Pantograph.
|
|
``` bash
|
|
python -m pantograph.server
|
|
```
|
|
|