Commit 6a6d19ff8d9c689812563d3bc96d37f89b560862
1 parent
b2b6461f
Exists in
rhitier-dev
Update documentation for python 3
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
README.md
@@ -37,8 +37,9 @@ https://gitlab.irap.omp.eu/CDPP/SPACEWEATHERONLINE | @@ -37,8 +37,9 @@ https://gitlab.irap.omp.eu/CDPP/SPACEWEATHERONLINE | ||
37 | ### Prerequisites | 37 | ### Prerequisites |
38 | gcc | 38 | gcc |
39 | libncurses-dev | 39 | libncurses-dev |
40 | -python2 | ||
41 | -virtualenv | 40 | +python3 |
41 | +python3-virtualenv | ||
42 | +libapache2-mod-wsgi-py3 | ||
42 | 43 | ||
43 | ### Python venv | 44 | ### Python venv |
44 | 45 |