Better use Python 3.7
git clone https://github.com/getblessing/awesome-rez.git
cd awesome-rez
This will install Rez from getblessing/rez. Not much difference between latest official Rez (nerdvegas/rez), just a few changes for fixing some issues that I encountered on Windows and not yet been merged.
python ./install.py
This is optional.
:: rezin.bat
:: For entering Rez
@echo off
set PATH=%YOUR_REZ_LOCATION%\Scripts\rez;%PATH%
set REZ_CONFIG_FILE=%YOUR_PATH_TO%\awesome-rez\rezconfig.py
rez --version
This will install package ozark
from getblessing/rez-ozark, and all the required packages.
python ./deploy.py ozark
This will install Avalon pipeline with reveries config. 🚧
Noted that this will also install a demo used package rez-house
, which is meant for studio-wide environment setup. You may want to build and install your own house
package before installing this (package deploy script will skip pre-installed package).
python ./deploy.py reveries
Essential packages will also be installed: os
, arch
.. and rez
.