417
edits
(→How to update: Mention how to update a whole venv at once and split section presenting pip's --pre option) |
m (→Using pip (generic method): Section renaming) |
||
Line 578: | Line 578: | ||
</li></ol> | </li></ol> | ||
====== | ====== Updating the software ====== | ||
Note: ''none of the following should be run as root.'' | Note: ''none of the following should be run as root.'' | ||
Line 692: | Line 692: | ||
[https://www.python.org/dev/peps/pep-0440/ PEP 0440] if you are interested) | [https://www.python.org/dev/peps/pep-0440/ PEP 0440] if you are interested) | ||
====== | ====== Uninstalling the software ====== | ||
Let's assume you have a virtual environment based at directory <venv-dir> and | Let's assume you have a virtual environment based at directory <venv-dir> and |
edits