Setup and usage instructions for Pigweed Python distributables.
Python distributables require Python 3.7 or later.
Run the included setup script found inside the unzipped directory.
Linux / MacOS:
setup.sh
Windows:
setup.bat
The setup script will create a virtual environment called python-venv
.
Once setup is complete, the Python tools can be invoked as runnable modules:
Linux/MacOS:
python-venv/bin/python -m MODULE_NAME [OPTIONS]
Windows:
python-venv\Scripts\python -m MODULE_NAME [OPTIONS]