From 318ed4e6e1ea11e3fe61f03bda567b00858a53b5 Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 14 Apr 2023 16:23:34 +0000 Subject: [PATCH] Fix `pip install` argument in python README Attempt to run `pip install python` will fail trying to install package from PyPI. --- python/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README.rst b/python/README.rst index c2b4d87e2..da1b25c7e 100644 --- a/python/README.rst +++ b/python/README.rst @@ -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,