diff --git a/docs/use/python.md b/docs/use/python.md index c55d8a3d..9cd1720f 100644 --- a/docs/use/python.md +++ b/docs/use/python.md @@ -15,11 +15,12 @@ pip install scikit-build sudo apt-get install cmake ``` -The clone the repository and install the latest development version: +Then clone the repository and install the latest development version: ``` git clone https://github.com/theengs/decoder.git cd decoder/python +cp -r ../src . pip install . ```