From 5416a21021cceca91fbafd6663e7da10195a7de2 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 5 Jul 2019 16:33:58 +0200 Subject: [PATCH] chg: [doc] old Python 3 upgrade added --- HOWTO.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HOWTO.md b/HOWTO.md index 80fd65a3..00b7017c 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -159,3 +159,11 @@ If AIL framework is not started, it's required to start it before the crawler se Then starting the crawler service (if you follow the procedure above) - ```./bin/LAUNCH.sh -c``` + + +#### Old updates + +##### Python 3 Upgrade + +To upgrade from an existing AIL installation, you have to launch [python3_upgrade.sh](./python3_upgrade.sh), this script will delete and create a new virtual environment. The script **will upgrade the packages but won't keep your previous data** (neverthless the data is copied into a directory called `old`). If you install from scratch, you don't require to launch the [python3_upgrade.sh](./python3_upgrade.sh). +