redddogjr@gmail.com | License | Credits | Version
- Python distribution installed (Python >= 3.10)
- Recommended: Set up a virtual environment in Python to run the build
- Run the build command from the project's root directory
- Dependencies should be downloaded, installed and the project built in the project directory
# set up a virtual environment on Linux
python -m venv build_env
source ./build_env/bin/activate
# set up a virtual environment on Windows
python -m venv build_env
./build_env/Scripts/activate.bat
# build command
python setup.py build