You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than requiring users to download the whole repo, ensure they run the right version of Python, use venv and install all dependencies, could instead provide a single binary that could be downloaded.
This makes it easier to run cross-platform and significantly easier to distribute as a single file as well.
Implementation Details
For instance, could package all the scripts, dependencies, and a Python runtime into a single binary with PyInstaller (or similar tools).
The text was updated successfully, but these errors were encountered:
Motivation
Rather than requiring users to download the whole repo, ensure they run the right version of Python, use
venv
and install all dependencies, could instead provide a single binary that could be downloaded.This makes it easier to run cross-platform and significantly easier to distribute as a single file as well.
Implementation Details
For instance, could package all the scripts, dependencies, and a Python runtime into a single binary with PyInstaller (or similar tools).
The text was updated successfully, but these errors were encountered: