7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
|
# Instalacja skryptu:
|
||
|
```
|
||
|
python3 -m venv env
|
||
|
source ./env/bin/activate
|
||
|
pip install -r requirements.txt
|
||
|
python3 script.py
|
||
|
```
|