top of page

Installing gqteaWinToga-0.2.4.exe

1. Download gqteaWinToga-0.2.4 compressed in zip format

2. Uncompress the gqteaWinToga-0.2.4.zip and start to use it.

3. Obs. The widows can sometimes block the app. In this case, right-click on it 

   show more options -> properties -> general -> security -> unblock​​​

​

Installing gqteaWinToga-0.2.4 from src-0.2.4

1. Download python-3.12 or newer from https://www.python.org/downloads/ site

2. Install python-3.12 on your computer

3. To create a virtual enviroment type in the powershell the following command:

    - select your folder where you want to create your virtual enviroment

    -> python -m venv venv

  -> cd venv

  -> .\Script\Activate.ps1

2. Install the dependences

    -> pip install toga

  -> pip install matplotlib

  -> pip install numpy

  -> pip install scipy

  -> pip install PyOpenGL

  -> pip install glfw

  -> pip install PyOpenGL-accelerate

3. Create a folder for your code source

    -> mkdir src

    -> cd src

3. Download the src-0.2.4.zip file from https://www.ademircamargo.com/projects and

    uncompress it inside the src folder

3. To run the gqteaWinToga just type: 

   -> python .\gqteaWinToga.py

   â€‹â€‹â€‹â€‹

© 2019 

bottom of page