Skip to content

AnonyMnaUmouS/Bakalarska-praca

Repository files navigation

README

Prerequisites / Predpoklady

Before you can run main.py, you need to have Python installed on your system. You can download Python from the official website: python.org.

Predtým ako môžete spustiť main.py, musíte mať nainštalovaný Python na vašom systéme. Python si môžete stiahnuť z oficiálnej stránky: python.org.

Installation / Inštalácia

Step 1: Install Python / Krok 1: Inštalácia Pythonu

  1. Download the Python installer from python.org.

  2. Run the installer and follow the instructions. Make sure to check the option to add Python to your PATH.

  3. Stiahnite si inštalátor Pythonu z python.org.

  4. Spustite inštalátor a postupujte podľa pokynov. Uistite sa, že zaškrtnete možnosť pridať Python do vášho PATH.

Step 2: Install Required Libraries / Krok 2: Inštalácia požadovaných knižníc

  1. Open Command Prompt (Windows) or Terminal (MacOS/Linux).

  2. Navigate to the directory where main.py is located using the cd command.

    cd path\to\your\project
  3. Install the required libraries.

    pip install itertools time tk random networkx pillow
  4. Otvorte Príkazový riadok (Windows) alebo Terminál (MacOS/Linux).

  5. Navigujte do adresára, kde sa nachádza main.py pomocou príkazu cd.

    cd cesta\k\vašemu\projektu
  6. Nainštalujte požadované knižnice.

    pip install itertools time tk random networkx pillow

Running main.py / Spustenie main.py

Once all the required libraries are installed, you can run main.py by executing the following command in your Command Prompt or Terminal:

python main.py

Keď sú všetky potrebné knižnice nainštalované, môžete spustiť main.py vykonaním nasledujúceho príkazu v Príkazovom riadku alebo Termináli:

python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages