Skip to content

Commit

Permalink
Add conda install command to docs (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant authored and willmcgugan committed Jun 20, 2018
1 parent 62e5e75 commit 95a2f5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,11 @@ Or to upgrade to the most recent version::

pip install fs --upgrade

PyFilesystem is also available on conda_::

conda install fs -c conda-forge

Alternatively, if you would like to install from source, you can check
out `the code from Github <https://github.com/PyFilesystem/pyfilesystem2>`_.

.. _conda: https://conda.io/docs/

0 comments on commit 95a2f5a

Please sign in to comment.