Update README.md

This commit is contained in:
s498810 2025-01-11 19:58:26 +01:00
parent ff48e613c9
commit 9de3b6845a

View File

@ -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