Skip to content

Commit

Permalink
Fixing a missing comma in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
fchirigati committed May 6, 2015
1 parent 1bfa80a commit a408ef8
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@ Python 2.7.3 or greater is recommended to run ReproZip. Older versions should al

Besides Python and pip, each component or plugin to be used may have additional dependencies that you need to install (if you do not have them already installed in your environment), as described below:

+------------------------------+----------------------------------------------+
| Component / Plugin | Required Software Packages |
+==============================+==============================================+
| *reprozip* | `SQLite <http://www.sqlite.org/>`__ [#deb2]_,|
| | Python headers [#deb3]_, |
| | a working C compiler |
+------------------------------+----------------------------------------------+
| *reprounzip* | None |
+------------------------------+----------------------------------------------+
| *reprounzip-vagrant* | Python headers [#deb3]_ [#pycrypton]_, |
| | a working C compiler [#pycrypton]_, |
| | `Vagrant 1.1+ <https://www.vagrantup.com/>`__|
| | `VirtualBox <https://www.virtualbox.org/>`__ |
+------------------------------+----------------------------------------------+
| *reprounzip-docker* | `Docker <https://www.docker.com/>`__ |
+------------------------------+----------------------------------------------+
+------------------------------+-----------------------------------------------+
| Component / Plugin | Required Software Packages |
+==============================+===============================================+
| *reprozip* | `SQLite <http://www.sqlite.org/>`__ [#deb2]_, |
| | Python headers [#deb3]_, |
| | a working C compiler |
+------------------------------+-----------------------------------------------+
| *reprounzip* | None |
+------------------------------+-----------------------------------------------+
| *reprounzip-vagrant* | Python headers [#deb3]_ [#pycrypton]_, |
| | a working C compiler [#pycrypton]_, |
| | `Vagrant 1.1+ <https://www.vagrantup.com/>`__,|
| | `VirtualBox <https://www.virtualbox.org/>`__ |
+------------------------------+-----------------------------------------------+
| *reprounzip-docker* | `Docker <https://www.docker.com/>`__ |
+------------------------------+-----------------------------------------------+

.. [#bug] ``reprounzip graph`` will not work due to `Python bug 13676 <http://bugs.python.org/issue13676>`__ related to sqlite3.
.. [#deb] On Debian and Debian-based, you can use ``sudo apt-get install python``.
Expand Down

0 comments on commit a408ef8

Please sign in to comment.