aboutsummaryrefslogtreecommitdiff
path: root/docs/upgrade.rst
AgeCommit message (Collapse)AuthorFilesLines
2020-07-26Use venv module rather than virtualenvJocelyn Delalande1-3/+3
- simpler to use - lighter dependency (or no dependency at all, depending on python distribution) - retrocompatible virtualenv package from pip to acheive virtual environment feature is no longer needed, except for projects which need to support py2, which is no longer our case. Also, reword "virtualenv" to "virtual environment" in doc, to avoid confusion with pip package name. Ref #483
2020-07-26Document how to switch python version for 5.xJocelyn Delalande1-0/+31
Focus is on rebuilding venv (which are bound to a specific python minor version). Ref #483 Ref #571
2019-09-06Clean and reorganise a bit the documentationAlexis M1-1/+2
2018-12-08Add upgrade instructions for 3.xJocelyn Delalande1-0/+10
Fix #396
2017-11-11Fix some typos using codespell (#285)Alexandre Avenel1-1/+1
2017-11-01Add an upgrade guideJocelyn Delalande1-0/+78
fix #274