Installation¶
Install Python 3.10 or later, preferably the latest version.
legacy-puyo-tools
is published on PyPI. It is recommended to install external
Python packages into a virtual environment so they do not conflict with each
other. There are several tools that can do this automatically for you like
pipx
and uv
.
Or create a virtual Python environment yourself by using
virualenv
or the built-in venv
library, and
use pip
to install packages.
pipx install legacy-python-tools
# Or to run the cli without installing legacy-python-tools
pipx run legacy-python-tools
uv tool install legacy-python-tools
# Or to run the cli without installing legacy-python-tools
uvx legacy-python-tools
pip install -U legacy-python-tools
GitHub Releases¶
Packages are also published to GitHub Releases.
You can also directly install from the GitHub repository if you want the latest,
unstable version of legacy-python-tools
.