From 4695fa3c2a84969a2cbcedebfddedee93c3131b7 Mon Sep 17 00:00:00 2001 From: Ajinkya Kale Date: Sat, 12 Dec 2015 15:08:59 -0800 Subject: [PATCH 1/2] adding right path to setup.py --- python-package/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-package/README.rst b/python-package/README.rst index 3379e0ece..f4ddfdd4b 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 setup.py install`` from this directory. +- Install with ``python ./python-package/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 `__ From 0772b51c2c80fd49c8215d98acc6077410b8f115 Mon Sep 17 00:00:00 2001 From: Ajinkya Kale Date: Sat, 12 Dec 2015 16:34:07 -0800 Subject: [PATCH 2/2] minor change dir --- python-package/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `__