mirror of
https://github.com/StefBuwalda/WebTech.git
synced 2025-10-30 03:10:00 +00:00
6 lines
141 B
Markdown
6 lines
141 B
Markdown
# Updating requirements.txt
|
|
pip freeze > requirements.txt
|
|
|
|
# Installing required packages
|
|
python -m venv venv
|
|
pip install -r requirements.txt |