mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
chg: [doc] old Python 3 upgrade added
This commit is contained in:
parent
d937c03ddb
commit
5416a21021
1 changed files with 8 additions and 0 deletions
8
HOWTO.md
8
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).
|
||||
|
||||
|
|
Loading…
Reference in a new issue