Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 207 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 207 Bytes

Python

Start

cd <python-project>
python3 -m venv venv
source /venv/bin/activate
pip install -r requirements.txt
python3 main.py

Create requirements file

pip freeze > requirements.txt