aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index ac9a83e..65e5f5a 100644
--- a/README.md
+++ b/README.md
@@ -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
-----