Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Dec 2, 2014
1 parent 24207a5 commit bebb1e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ This is an issue with the Apple LLVM compiler, which treats unrecognized command
$ sudo -s
$ export CFLAGS="-Wno-error=unused-command-line-argument-hard-error-in-future"

Then install `reprounzip-vagrant`::
Then re-install `reprounzip-vagrant`::

$ pip install -I reprounzip-vagrant

Or use the following command in case you want to install all the available plugins::
Or use the following command in case you want all the available plugins::

$ pip install -I reprounzip[all]

Expand Down
14 changes: 7 additions & 7 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ To update the software, use the flag ``-U``::

The additional plugins for *reprounzip* can also be installed using the same command::

$ pip install reprounzip-vagrant
$ pip install reprounzip-docker
$ pip install reprounzip-docker reprounzip-vagrant

Alternatively, you can install *reprounzip* with all the available plugins using::

Expand All @@ -84,7 +83,7 @@ For Mac OS X, only the *reprounzip* component is available.
Binaries
--------

Comming soon!
Coming soon!

Required Software Packages
--------------------------
Expand Down Expand Up @@ -115,7 +114,9 @@ Besides Python and pip, each component or plugin to be used may have additional
Installing *reprounzip*
-----------------------

First, upgrade `setuptools`::
First, install `pip` if you don't already have it (see `their installation instructions here <https://pip.pypa.io/en/latest/installing.html>`_).

Also, be sure to upgrade `setuptools`::

$ pip install -U setuptools

Expand All @@ -129,8 +130,7 @@ To update the software, use the flag ``-U``::

The additional plugins for *reprounzip* can also be installed using the same command::

$ pip install reprounzip-vagrant
$ pip install reprounzip-docker
$ pip install reprounzip-docker reprounzip-vagrant

Alternatively, you can install *reprounzip* with all the available plugins using::

Expand All @@ -146,7 +146,7 @@ For Windows, only the *reprounzip* component is available.
Binaries
--------

Comming soon!
Coming soon!

Required Software Packages
--------------------------
Expand Down

0 comments on commit bebb1e8

Please sign in to comment.