This commit is contained in:
Robert Bendun 2024-04-18 00:12:40 +02:00
parent b0e59c26b7
commit 16682a4ebd

View File

@ -3,7 +3,7 @@
1. Stwórz wirtualne środowisko: `python -m venv .venv`
2. Aktywuj: `. .venv/bin/activate`
3. Pobierz zależności: `pip install -r requirements.txt'
4. Uruchom projekt: `python main.py`
4. Uruchom np. test wewnętrzny: `python otp.py`
Aby wyjść ze środowiska uruchom komendę `deactivate`.