Skip to content

Commit

Permalink
Update install links for v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonygego committed Jul 19, 2017
1 parent 584a2b4 commit b54b2f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/install_doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ In the later case, you'll need to install Python 3.5+, MongoDB, LibTidy and LibZ
Installing INGInious
--------------------

The recommended setup is to install INGInious via pip and the master branch of the INGInious git repository.
This allows you to use the latest development version. This version is currently the supported one for issues.
The recommended setup is to install INGInious via pip and the INGInious git repository.
This allows you to use the latest version.
::

$ pip3 install --upgrade git+https://github.com/UCL-INGI/INGInious.git
$ pip3 install --upgrade git+https://github.com/UCL-INGI/INGInious.git@v0.4

This will automatically upgrade an existing version.

Expand All @@ -120,7 +120,7 @@ This will automatically upgrade an existing version.

::

$ pip3 install --upgrade git+https://github.com/UCL-INGI/INGInious.git#egg=INGInious[cgi,ldap]
$ pip3 install --upgrade git+https://github.com/UCL-INGI/INGInious.git@v0.4

Some releases are also published on Pipy. However, no support is provided for these versions now. To install
the latest previous release:
Expand Down

0 comments on commit b54b2f7

Please sign in to comment.