10 lines
278 B
Plaintext
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
|