Skip to main content

How To Update

Minor Updates

If you followed the manual installation, minor updates usually can be applied using the following commands:

cd /opt/PeCoReT
git pull
pip install -r requirements.txt
python3 manage.py migrate