For the complete documentation index, see llms.txt. This page is also available as Markdown.

Virtualenv

Python 3 virtual environment

virtualenv -p python3 --no-site-packages venv

Activate the virtual environment

source venv/bin/activate

Last updated