mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-12 01:39:36 -04:00
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:
parent
9a17a0f8f6
commit
f49592927e
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@
|
||||||
|
|
||||||
To use:
|
To use:
|
||||||
```
|
```
|
||||||
poetry add veilid_python
|
poetry add veilid
|
||||||
```
|
```
|
||||||
or
|
or
|
||||||
```
|
```
|
||||||
pip3 install veilid_python
|
pip3 install veilid
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue