Skip to main content

create pyton3 venv

[code]

python3 -m venv .venv
source venv/bin/activate
[/code]