add dependencies
This commit is contained in:
10
INSTALL
10
INSTALL
@@ -1,9 +1,7 @@
|
|||||||
* Installation
|
* Installation
|
||||||
python -m pip install . --break-system-packages
|
|
||||||
# or in 'development mode'
|
python -m pip install .
|
||||||
python -m pip install -e . --break-system-packages
|
|
||||||
# or inside a virtual environment using e.g. poetry
|
|
||||||
poetry install
|
|
||||||
|
|
||||||
* Uninstallation
|
* Uninstallation
|
||||||
python -m pip uninstall fvr --break-system-packages
|
|
||||||
|
python -m pip uninstall fvr
|
||||||
|
|||||||
@@ -28,6 +28,9 @@ classifiers = [
|
|||||||
"Topic :: Scientific/Engineering",
|
"Topic :: Scientific/Engineering",
|
||||||
"Typing :: Typed",
|
"Typing :: Typed",
|
||||||
]
|
]
|
||||||
|
dependencies = [
|
||||||
|
"numpy",
|
||||||
|
]
|
||||||
|
|
||||||
[tool.setuptools.dynamic]
|
[tool.setuptools.dynamic]
|
||||||
version = {attr = "fvr.__version__"}
|
version = {attr = "fvr.__version__"}
|
||||||
|
|||||||
Reference in New Issue
Block a user