diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -49,6 +49,20 @@ for (i in 1:10) { You'll notice that the random numbers are indeed the same. +Installation +------------ + +The Python module can be installed locally for the user using: + +```sh +python setup.py install --user +``` +or system-wide through: + +```sh +sudo python setup.py install +``` + Notes ----- |
