Pantograph/README.md

16 lines
266 B
Markdown
Raw Normal View History

2024-04-11 12:37:58 -07:00
# PyPantograph
2024-04-19 16:47:35 -07:00
2024-04-11 12:37:58 -07:00
Python interface to the Pantograph library
2024-04-19 16:47:35 -07:00
## 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
```