Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.82 KB

File metadata and controls

60 lines (42 loc) · 1.82 KB

awesome-rez

Better use Python 3.7

Deploy

git clone https://github.com/getblessing/awesome-rez.git
cd awesome-rez

Install 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

Setup awesome-rez/rezconfig.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

Install packages

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.

Topics