veilid/veilid-python/README.md
TC Johnson f49592927e
Fix Python Install Instructions
Changed the references from veilid_python to veilid to match the
package name as it is in Pypi.
2023-08-18 19:59:44 -05:00

26 lines
277 B
Markdown

# Veilid Bindings for Python
## Usage
To use:
```
poetry add veilid
```
or
```
pip3 install veilid
```
## Development
To run tests:
```
poetry run pytest
```
To update schema for validation with the latest copy from a running `veilid-server`:
```
./update_schema.sh
```