Skip to content

Python.org

etortorici edited this page Dec 3, 2024 · 2 revisions

The official distribution can also be installed from python.org.

Virtual environments can (and should) be created using the built-in venv program: https://docs.python.org/3/library/venv.html

The built-in pip program can be used to install packages in an activated virtual environment.

Clone this wiki locally