Skip to content

Commit 8d244b9

Browse files
committed
Updated install instructions to use conda-forge
1 parent 514a1c4 commit 8d244b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To install stumpy from source, you'll need to install the dependencies above. Fo
2525

2626
.. code:: bash
2727
28-
conda install -y numpy scipy numba
28+
conda install -c conda-forge -y numpy scipy numba
2929
3030
Alternatively, but with lower performance, you can also install these dependencies using the requirements.txt file in the root of this repository:
3131

0 commit comments

Comments
 (0)