aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2015-07-31 14:19:02 +0200
committerGertjan van den Burg <burg@ese.eur.nl>2015-07-31 14:19:02 +0200
commit6945ebb546d10fa9c13b32befcedc6240cbb1d80 (patch)
tree842866cfa48534fe7893ffa3abb3bfb76fb9f5a4 /README.md
parentallow sourcing SyncRNG.R from a non-local directory (diff)
downloadSyncRNG-6945ebb546d10fa9c13b32befcedc6240cbb1d80.tar.gz
SyncRNG-6945ebb546d10fa9c13b32befcedc6240cbb1d80.zip
allow installation as python module
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
-----