We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97189ea commit 8468e26Copy full SHA for 8468e26
docs/source/index.rst
@@ -72,8 +72,9 @@ Installation
72
To install either use:
73
74
- 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``
+- pip: ``pip install streamz``
+- dev: git clone https://github.com/python-streamz/streamz
77
+ pip install -e streamz/
78
79
Related Work
80
------------
0 commit comments