initial commit

This commit is contained in:
2025-12-22 20:15:23 +01:00
commit f452c54368
8 changed files with 102 additions and 0 deletions

9
INSTALL Normal file
View File

@@ -0,0 +1,9 @@
* 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