diff --git a/docs/source/faq.rst b/docs/source/faq.rst index bd70aab3f..20f724e79 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -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] diff --git a/docs/source/install.rst b/docs/source/install.rst index e1855b430..af23f3b12 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -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:: @@ -84,7 +83,7 @@ For Mac OS X, only the *reprounzip* component is available. Binaries -------- -Comming soon! +Coming soon! Required Software Packages -------------------------- @@ -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 `_). + +Also, be sure to upgrade `setuptools`:: $ pip install -U setuptools @@ -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:: @@ -146,7 +146,7 @@ For Windows, only the *reprounzip* component is available. Binaries -------- -Comming soon! +Coming soon! Required Software Packages --------------------------