From 16682a4ebdf63f4d9e5b4e3c243f000f785373e4 Mon Sep 17 00:00:00 2001 From: Robert Bendun Date: Thu, 18 Apr 2024 00:12:40 +0200 Subject: [PATCH] fix docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a82e820..fced573 100644 --- a/README.md +++ b/README.md @@ -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`.