Skip to content

Commit 8d3fd1c

Browse files
Christian T. JacobsChristian T. Jacobs
authored andcommitted
Added a note about local user installations.
1 parent 41a39a0 commit 8d3fd1c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@ and running
4545
sudo python setup.py install
4646
```
4747

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+
4860
### Conda package
4961

5062
Conda users can install the Git-RDM package and its dependencies using

0 commit comments

Comments
 (0)