initial commit
This commit is contained in:
9
INSTALL
Normal file
9
INSTALL
Normal 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
|
||||
Reference in New Issue
Block a user