top of page

Installing gqteaWinToga-0.3.7 from source

1. Install python-3.12 or newer on your computer

2. Install Git from https://git-scm.com/install/windows 

3. To create a virtual enviroment

    -> python -m venv venv

  -> cd venv

  -> .\Script\Activate.ps1

4. 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

  -> pip install pymupdf

5. Create a folder for your code source and clone the gqteaWinToga

    -> mkdir src

    -> cd src

    -> git clone https://github.com/AdemirCamargo57/gqteaWinToga.git

6. To run the gqteaWinToga just type: 

   -> python .\gqteaWinToga.py

   

© 2019 

bottom of page