We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a39a0 commit 8d3fd1cCopy full SHA for 8d3fd1c
README.md
@@ -45,6 +45,18 @@ and running
45
sudo python setup.py install
46
```
47
48
+Alternatively, a local user installation can be achieved using
49
+
50
+```
51
+python setup.py install --prefix=/path/to/custom/install/directory
52
53
54
+and adding `/path/to/custom/install/directory/bin` to the `PATH` environment variable:
55
56
57
+export PATH=$PATH:/path/to/custom/install/directory/bin
58
59
60
### Conda package
61
62
Conda users can install the Git-RDM package and its dependencies using
0 commit comments