Skip to content

Commit

Permalink
linux instructions added
Browse files Browse the repository at this point in the history
windows users need more help though;)
  • Loading branch information
MPagel authored Dec 13, 2016
1 parent 17a0117 commit c0a0f93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ We follow this `git branching model <http://nvie.com/posts/a-successful-git-bran
*************************
Installation instructions
*************************
If you are installing from an internet-connected computer (or virtual install), you can use the pip python package manager to download and install this package. Simply type ``pip install pybloom-live``.
If you are installing from an internet-connected computer (or virtual install), you can use the pip python package manager to download and install this package. Simply type ``pip install pybloom-live`` from a DOS command prompt (``cmd.exe``) or a linux shell (e.g. ``bash`` or ``dash`` on MacOS X as well as linux OSes including debian, slackware, redhat, enoch and arch.

If using Windows and you are installing onto an airgapped computer or want the most up-to-date version from this repository, you can do the following:

Expand All @@ -72,6 +72,7 @@ If using Windows and you are installing onto an airgapped computer or want the m
c. Select "Open command window here".
4. Type ``pip install .``.

Similar steps are possible under linux and MacOS X.

Installation verification
~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit c0a0f93

Please sign in to comment.