ium_434704/README.md

8 lines
125 B
Markdown
Raw Permalink Normal View History

2021-03-20 20:59:27 +01:00
# Instalacja skryptu
2021-03-20 20:55:55 +01:00
```
python3 -m venv env
source ./env/bin/activate
pip install -r requirements.txt
python3 script.py
```