We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c07421 commit 27e1eedCopy full SHA for 27e1eed
1 file changed
docs/install.rst
@@ -47,13 +47,15 @@ conda:
47
48
.. code:: bash
49
50
- conda install -c conda-forge -y numpy scipy numba
+ conda install -c conda-forge -y --file requirements.txt
51
+ python -m pip install .
52
53
pip:
54
55
56
57
python -m pip install -r requirements.txt
58
59
60
pixi:
61
@@ -66,9 +68,3 @@ uv:
66
68
67
69
70
uv sync
-
-Once the dependencies are installed (stay inside of the ``stumpy`` directory), execute:
71
72
-.. code:: bash
73
74
- python -m pip install .
0 commit comments