Fix pip install argument in python README

Attempt to run `pip install python` will
fail trying to install package from PyPI.
This commit is contained in:
link2xt
2023-04-14 16:23:34 +00:00
parent c6a64e8d93
commit 318ed4e6e1

View File

@@ -122,7 +122,7 @@ Build and install the bindings:
export DCC_RS_DEV="$PWD"
export DCC_RS_TARGET=release
python -m pip install python
python -m pip install ./python
`DCC_RS_DEV` environment variable specifies the location of
the core development tree. If this variable is not set,