How to Run Our Software
Running Software from .zip Files
- Download the .zip archive with the desired program.
- Unzip the downloaded archive using a program like 7-Zip or WinRAR.
- Locate the program's executable file inside the unzipped folder.
- Install dependencies (if necessary). If there is a
requirements.txt
file in the unzipped folder, open a command prompt or PowerShell as administrator, navigate to the program's folder using the command cd "path_to_folder"
and run the command pip install -r requirements.txt
.
- Run the program.
Running Software from .py Files
- Download the .py file with the desired program.
- Make sure you have Python installed. If Python is not installed, download and install it from python.org.
- Install dependencies (if necessary). If there is a
requirements.txt
file in the same directory as the .py file, open a command prompt or PowerShell as administrator, navigate to the program's folder using the command cd "path_to_folder"
and run the command pip install -r requirements.txt
.
- Run the program.
Важно: Перед запуском всех программ убедитесь в том, что установили все импорты.