dubpixel_python_cheatsheet_advanced.md
A quick-reference for managing Python environments for the Dubpixel Network Backup System โ now with Poetry and .env support.
python3 -m venv venv
venv/ foldersource venv/bin/activate # macOS/Linux
.env\\\\Scripts\\\\Activate.ps1 # Windows PowerShell
venv\\\\Scripts\\\\activate.bat # Windows CMD
pip install paramiko art python-dotenv
pip freeze > requirements.txt
requirements.txt