Skip to content

This is an unofficial portable build of Rez, created using PyInstaller.

License

Notifications You must be signed in to change notification settings

FhyTan/portable_rez

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portable Rez build by PyInstaller

This is an unofficial portable build of Rez, created using PyInstaller. It is intended to be used as a standalone executable, which can be run on any Windows machine without the need to install Python or Rez.

The behavior of this build should be identical to the official Rez build.

The only difference between this repository and the official Rez repository is the addition of the pyinstaller folder, which contains the build script and the necessary files to create the portable build.

Original Rez repository: AcademySoftwareFoundation/rez

Rez documentation: rez.readthedocs.io

Usage

  1. Download the latest release from the Latest Releases
  2. Extract the contents of the zip file to a folder of your choice
  3. Add the folder to your PATH environment variable

now you can run rez from the command line as you would with the official build.

Build

Currently just provides a Windows build, but it should be possible to build for other platforms or other python versions as well.

The build script is located in the pyinstaller folder. Just installer pyinstaller and run the command with your desired python version and platform:

pip install pyinstaller
python ./pyinstaller/build.py

About

This is an unofficial portable build of Rez, created using PyInstaller.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.8%
  • CMake 3.0%
  • Other 0.2%