python 3 upgrade instructions

pull/201/head
Terrtia 2018-05-09 13:32:25 +02:00
parent 142c1dc9b0
commit 8599d7142d
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
2 changed files with 5 additions and 4 deletions

View File

@ -53,6 +53,11 @@ linux based distributions, you can replace it with [installing_deps_archlinux.sh
There is also a [Travis file](.travis.yml) used for automating the installation that can be used to build and install AIL on other systems.
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).
Docker Quick Start (Ubuntu 16.04 LTS)
------------

View File

@ -114,10 +114,6 @@ publish = Redis_Duplicate,Redis_alertHandler
subscribe = Redis_Global
publish = Redis_Duplicate,Redis_alertHandler
[DbDump]
subscribe = Redis_Global
publish = Redis_Duplicate,Redis_alertHandler
[Bitcoin]
subscribe = Redis_Global
publish = Redis_Duplicate,Redis_alertHandler