Skip to content

Commit 8468e26

Browse files
committed
dev install
1 parent 97189ea commit 8468e26

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ Installation
7272
To install either use:
7373

7474
- conda-forge: ``conda install streamz -c conda-forge``
75-
- pip: ``python -m pip install streamz``
76-
- local pip: ``git clone git@github.com:python-streamz/streamz.git; python -m pip install -e streamz``
75+
- pip: ``pip install streamz``
76+
- dev: git clone https://github.com/python-streamz/streamz
77+
pip install -e streamz/
7778

7879
Related Work
7980
------------

0 commit comments

Comments
 (0)