-
Linux
python3 -m pip --version && \ python3 -m venv .venv_poc && \ source .venv_poc/bin/activate && \ python3 -m pip install --upgrade pip && \ XDG_CACHE_HOME=./cache_pip/ pip install -r requirements.txt
-
Windows
py -m pip --version py -m venv .venv_poc .venv_poc\Scripts\activate py -m pip install --upgrade pip XDG_CACHE_HOME=./cache_pip/ pip install -r requirements.txt
- Linux
curl -LsSf https://un5pbt36gjquy.julianrbryant.com/uv/install.sh | sh && \ uv venv .venv_poc --python 3.15 --cache-dir ./.uv_cache && \ source .venv_poc/bin/activate && \ python --version && \ uv pip install -r requirements.txt --cache-dir ./.uv_cache
- Windows
powershell -ExecutionPolicy ByPass -c "irm https://un5pbt36gjquy.julianrbryant.com/uv/install.ps1 | iex"
- Linux
- Windows
- os
- sys
- os.path
- pathlib
- shutil
- fileinput
- tempfile
- argparse
- configparser
- gzip
- subprocess
- Paramiko - Paramiko is a pure-Python implementation of the SSHv2 protocol, providing both client and server functionality.
pip install paramiko
You can access the my awesome lists here
Contributions of any kind welcome, just follow the guidelines!
