Files
fvr/INSTALL
2025-12-22 20:15:23 +01:00

10 lines
278 B
Plaintext

* Installation
python -m pip install . --break-system-packages
# or in 'development mode'
python -m pip install -e . --break-system-packages
# or inside a virtual environment using e.g. poetry
poetry install
* Uninstallation
python -m pip uninstall fvr --break-system-packages