This guidelines is for users who want to use the app without the need to run the code.
You can download the app from the releases page.
If you don't have Python installed, you can download it from the official website. Or you can install it from the Microsoft Store. Please see the video below to see how to install it from the Microsoft Store.
You can run the app by clicking on the STLViewer.bat
file.
The steps that will happen behind the scenes are:
- Check if Python is installed on your system.
- Create a virtual environment to isolate the app's dependencies.
- Activate the virtual environment.
- Install the required dependencies from the
requirements.txt
file. - Run the main application (
main.py
). - After the application closes, deactivate the virtual environment.
These steps ensure that the app runs in a controlled environment with the correct dependencies, without affecting your system-wide Python installation.