Skip to content

Commit

Permalink
Extra links to install from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
j0yu authored and Joseph Yu committed Mar 18, 2021
1 parent 13183cf commit e0d698e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions wiki/pages/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ It is possible to install rez with pip, like so (from source root directory):
]$ pip install --target /opt/rez .
```

The `.` (dot) can also be replaced with link to the GitHub repository,
e.g. choose from:

- `git+https://github.com/nerdvegas/rez.git` if you have git installed
- `https://github.com/nerdvegas/rez/archive/master.zip`
- `https://github.com/nerdvegas/rez/archive/master.tar.gz`

> [[media/icons/warning.png]] The [PyPi rez](https://pypi.org/project/rez) is
> not up to date as of writing. Avoid `pip install rez`
The environment variables to activate `rez` will be slightly different:

- Add `/opt/rez/bin` to `PATH`
Expand Down

0 comments on commit e0d698e

Please sign in to comment.