Merge branch 'fix-README' into 'main'

Fix Python Install Instructions

See merge request veilid/veilid!132
This commit is contained in:
TC 2023-08-19 01:02:20 +00:00
commit 0571eca811

View File

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