Python Package Installation Documentation Bug

This commit is contained in:
Jens Haase 2016-01-21 15:53:18 +01:00
parent 52c8d09ba8
commit 3077571976

View File

@ -112,7 +112,7 @@ There are several ways to install the package:
1. Install system-widely, which requires root permission 1. Install system-widely, which requires root permission
```bash ```bash
cd python; sudo python-package setup.py install cd python-package; sudo python setup.py install
``` ```
You will however need Python `distutils` module for this to You will however need Python `distutils` module for this to
@ -138,7 +138,7 @@ There are several ways to install the package:
3. Install only for the current user. 3. Install only for the current user.
```bash ```bash
cd python; python setup.py develop --user cd python-package; python setup.py develop --user
``` ```
## R Package Installation ## R Package Installation