Fix Python Install Instructions

Changed the references from veilid_python to veilid to match the
package name as it is in Pypi.
This commit is contained in:
TC Johnson 2023-08-18 19:59:44 -05:00
parent 9a17a0f8f6
commit f49592927e
No known key found for this signature in database

View File

@ -4,11 +4,11 @@
To use:
```
poetry add veilid_python
poetry add veilid
```
or
```
pip3 install veilid_python
pip3 install veilid
```