Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 561 Bytes

File metadata and controls

11 lines (11 loc) · 561 Bytes

FOCOS (Fuzzy Operational Cognition of Safety Culture)


Running the App Locally - Mac/Linux

  1. Pull this repo to your local machine
  2. Install Python3 if you do not have it already installed
    • Run python3 -V to check
  3. Create a virtual environment (python3 -m venv env)
  4. Activate the virtual environment (source env/bin/activate)
    • To deactivate the virtual environment, run deactivate
  5. Run pip install -r requirements.txt to install project environment dependencies
  6. Run python app.py to run the app