Skip to content

Commit 27e1eed

Browse files
committed
Refactored installation-from-source instructions
1 parent 3c07421 commit 27e1eed

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/install.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,15 @@ conda:
4747

4848
.. code:: bash
4949
50-
conda install -c conda-forge -y numpy scipy numba
50+
conda install -c conda-forge -y --file requirements.txt
51+
python -m pip install .
5152
5253
pip:
5354

5455
.. code:: bash
5556
5657
python -m pip install -r requirements.txt
58+
python -m pip install .
5759
5860
pixi:
5961

@@ -66,9 +68,3 @@ uv:
6668
.. code:: bash
6769
6870
uv sync
69-
70-
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

Comments
 (0)