From 9de3b6845afd6a11c49c960b2dce030f3ffe6f27 Mon Sep 17 00:00:00 2001 From: Martyna Date: Sat, 11 Jan 2025 19:58:26 +0100 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a60d8ae..2891083 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ -1. Install VS Code -2. Download Python Interpreter -3. Copy repository -4. Open main.py -5. Enjoy your results +1. Zainstaluj i otwórz git +2. Pobierz projekt za pomocą git clone "link" +3. Zainstaluj Pythona 3 z oficjalnej strony (zaznacz opcję z instalacją pip) +4. Zainstaluj i virtualenv za pomocą pip install +5. Wpisz python -m venv venv +6. Otwórz je za pomocą venv/Scripts/activate +7. Wpisz git clone "link do repo" +8. Wpisz cd warsztat_programisty\ +9. Wpisz pip install -r requirements.txt +10. Plik można otworzyć funkcją python main.py