Knowledge Base

308 copy-ready commands with fill-in variables, plus step-by-step installation guides.

Installation Guides 11

Categories

Installation Guides (11)

Tags

5 results

Python Featured

Create Python Virtual Environment

python3 -m venv {{venv_path}}
#python #venv
3 views 0 copies
Python

Install from requirements.txt

pip install -r {{path}}
#python #pip
3 views 0 copies
Python

Export Installed Packages (pip freeze)

pip freeze > requirements.txt
#python #pip
3 views 0 copies
Python

Run Python App with Gunicorn (systemd)

[Unit]
#python #gunicorn
3 views 0 copies
Python

Install Python 3 and pip

apt update
#python #install
3 views 0 copies