-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add installation instructions to the README and the docs (#113)
* Added installation instruction to README and Installation section to the docs * Added installation instruction to README and Installation section to the docs * Update installation.rst --------- Co-authored-by: Vincent Michel <vxgmichel@gmail.com>
- Loading branch information
1 parent
8220c00
commit b405eda
Showing
3 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Installation | ||
============ | ||
|
||
aiostream_ is available on PyPi_ - to install it run: | ||
|
||
.. code-block:: sh | ||
python -m pip install -U 'aiostream' | ||
.. _aiostream: https://github.com/vxgmichel/aiostream | ||
.. _PyPi: https://pypi.org/project/aiostream/ |