Skip to content
This repository was archived by the owner on Oct 14, 2018. It is now read-only.

Commit ba7cffd

Browse files
committed
Add conda install to readme
1 parent 87f7d0c commit ba7cffd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@ For more information, check out the `documentation <http://dask-searchcv.readthe
1717
Install
1818
-------
1919

20-
Dask-searchcv is available via ``pip``:
20+
Dask-searchcv is available via ``conda`` or ``pip``:
2121

2222
::
2323

24+
# Install with conda
25+
$ conda install dask-searchcv -c conda-forge
26+
27+
# Install with pip
2428
$ pip install dask-searchcv
2529

2630

0 commit comments

Comments
 (0)