diff --git a/python-package/README.rst b/python-package/README.rst index f4ddfdd4b..04f349e1c 100644 --- a/python-package/README.rst +++ b/python-package/README.rst @@ -21,7 +21,7 @@ For up-to-date version, please install from github. of project - Make sure you have `setuptools `__ -- Install with ``python ./python-package/setup.py install`` from this directory. +- Install with ``cd python-package; python setup.py install`` from this directory. - For windows users, please use the Visual Studio project file under `windows folder <../windows/>`__. See also the `installation tutorial `__