From 68283c71355f32d32148421d221b484718180ec4 Mon Sep 17 00:00:00 2001 From: Joseph Yu Date: Wed, 22 Apr 2020 11:36:00 +0100 Subject: [PATCH] Extra links to install from GitHub --- wiki/pages/Installation.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/wiki/pages/Installation.md b/wiki/pages/Installation.md index a57df3d41f..90e610b49f 100644 --- a/wiki/pages/Installation.md +++ b/wiki/pages/Installation.md @@ -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`