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.

Original Rez repository: AcademySoftwareFoundation/rez

Rez documentation: rez.readthedocs.io

Introduction

The official Rez project does not provide a standalone executable, and installing Rez can be complex, especially for users who are not familiar with Python, such as CG artists. This repository offers a portable build of Rez that can be run on any Windows machine without needing 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.

Usage

  1. Download the latest release from the Releases Page
  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.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

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