Skip to content

Commit 992291e

Browse files
Add zip as a requirement for using Python
1 parent 60c2566 commit 992291e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/Installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Then you require the compilation and execution environments for the languages yo
3434

3535
* `Free Pascal <http://www.freepascal.org/>`_ (for Pascal, with executable ``fpc``);
3636

37-
* `Python <http://www.python.org/>`_ >= 2.7, < 3.0 (for Python, with executable ``python2``; note though that this must be installed anyway because it is required by CMS itself);
37+
* `Python <http://www.python.org/>`_ >= 2.7 (for Python, with executable ``python2`` or ``python3``; in addition you will need ``zip``);
3838

3939
* `PHP <http://www.php.net>`_ >= 5 (for PHP, with executable ``php``);
4040

@@ -56,7 +56,7 @@ On Ubuntu 18.04, one will need to run the following script to satisfy all depend
5656
# Feel free to change OpenJDK packages with your preferred JDK.
5757
sudo apt-get install build-essential openjdk-8-jdk-headless fp-compiler \
5858
postgresql postgresql-client python3.6 cppreference-doc-en-html \
59-
cgroup-lite libcap-dev
59+
cgroup-lite libcap-dev zip
6060

6161
# Only if you are going to use pip/venv to install python dependencies
6262
sudo apt-get install python3.6-dev libpq-dev libcups2-dev libyaml-dev \

0 commit comments

Comments
 (0)