Change link authored by Gabriel Dengler's avatar Gabriel Dengler
......@@ -16,7 +16,7 @@ apt update
apt -y install git build-essential libssl-dev libffi-dev libcap-dev python3-pip python3-dev python3-venv redis-server postgresql postgresql-contrib openjdk-11-jdk
```
Note that the ChiefExam was solely tested on Python 3.8 with the exact packages as denoted in `requirements.txt`. Unfortunately, the APIs of many packages change regularly, so simply changing the versions can cause a lot of mess. As newer Ubuntu versions are usually shipped with newer Python versions, I recommend to install Python 3.8 using `https://launchpad.net/%7Edeadsnakes/+archive/ubuntu/ppa` (see https://askubuntu.com/questions/682869/how-do-i-install-a-different-python-version-using-apt-get):
Note that the ChiefExam was solely tested on Python 3.8 with the exact packages as denoted in `requirements.txt`. Unfortunately, the APIs of many packages change regularly, so simply changing the versions can cause a lot of mess. As newer Ubuntu versions are usually shipped with newer Python versions, I recommend to install Python 3.8 using https://launchpad.net/%7Edeadsnakes/+archive/ubuntu/ppa (see https://askubuntu.com/questions/682869/how-do-i-install-a-different-python-version-using-apt-get):
```bash
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
......
......