Skip to content

Running the Project

Sawyer Vaughan edited this page Apr 12, 2017 · 3 revisions

Running the project is very simple. You must activate the conda environment created in the installation process, and then you can start the project.

The project's entry point is the app.py file in the application/ directory.

You can run the app.py file from any directory.

From a terminal, run the following commands to run the application:

source activate santosgui # Bash shell
activate santosgui # Windows Command Prompt

python application/app.py

# After application exits:
source deactivate # Bash shell
deactivate # Windows Command Prompt