Modalità di Stampa / Esportazione PDF
Questa visualizzazione ad alta densità a due colonne è formattata specificamente per fogli A4.
OCEWeb Commands — Cheatsheet Reference
comandi.oceweb.net • Data generazione: 20/08/2026
Edizione 2026
Python & Pip
3 comandi
python -m venv
beginner
Crea un ambiente virtuale Python isolato per gestire dipendenze indipendenti dal sist...
python -m venv <NOME_AMBIENTE> [OPZIONI]
pip install
beginner
Scarica ed installa librerie e moduli Python dal repository PyPI o da file requiremen...
pip install [OPZIONI] PACCHETTO | -r requirements.txt
pytest
beginner
Framework maturo ed estendibile per l'esecuzione di test automatici in Python.
pytest [OPZIONI] [FILE_O_DIRECTORY]