diff --git a/doc/build.md b/doc/build.md index ebc840c93..4ea7ea2c2 100644 --- a/doc/build.md +++ b/doc/build.md @@ -97,7 +97,7 @@ There are several ways to install the package: 1. Install system-widely, which requires root permission ```bash - cd python; sudo python setup.py install + cd python; sudo python-package setup.py install ``` You will however need Python `distutils` module for this to