From 5af97e5e4796122bc6d2e9c63593308657df9c71 Mon Sep 17 00:00:00 2001 From: Aayush Kumar Singha Date: Wed, 20 Jan 2016 07:17:02 +0530 Subject: [PATCH] line 100: path changed updated --- doc/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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