Skip to content

Conversation

@CJ-Wright
Copy link
Member

No description provided.

To install either use:

- conda-forge: ``conda install streamz -c conda-forge``
- pip: ``python -m pip install streazm``
Copy link
Member

@martindurant martindurant Nov 14, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo here; also, I prefer pip install streamz alone.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does that run into issues with the wrong pip being used?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not in my experience. If people have pip on their path from a different environment than python, then I suspect other things would go wrong.


- conda-forge: ``conda install streamz -c conda-forge``
- pip: ``python -m pip install streazm``
- local pip: ``git clone git@github.com:python-streamz/streamz.git; python -m pip install -e streamz``
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pip install git+https://github.com/python-streamz/streamz ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does that install a local editable copy? (I'm mostly thinking of future streamz developers here)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it uses a temporary copy.
Instead, then, I would say

- dev: git clone https://github.com/python-streamz/streamz
       pip install -e streamz/

@codecov
Copy link

codecov bot commented Nov 15, 2019

Codecov Report

Merging #281 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #281   +/-   ##
=======================================
  Coverage   94.69%   94.69%           
=======================================
  Files          13       13           
  Lines        1620     1620           
=======================================
  Hits         1534     1534           
  Misses         86       86
Impacted Files Coverage Δ
streamz/graph.py 89.89% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c6719c0...f8b7bdb. Read the comment docs.

@CJ-Wright
Copy link
Member Author

@martindurant now I think this is ready (it also fixes some networkx bugs)

@martindurant martindurant merged commit a4f2a27 into python-streamz:master Nov 15, 2019
@CJ-Wright
Copy link
Member Author

Thank you!

@CJ-Wright CJ-Wright deleted the install_docs branch November 15, 2019 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants