-
Download and install Python (if not already downloaded): https://www.python.org/downloads/
-
In file system, navigate to where you want to download the code. Right click and select "Open in Terminal" in Windows (or Mac equivalent)
-
run the following commands in the terminal (can copy/paste if wanted):
git clone https://github.com/madisonbook/CHATLab.git
cd CHATLab
pip install -r requirements.txt
py gui\app.py
-
In file system, navigate to where the code was previously downloaded. Go into the CHATLab folder. Right click and select "Open in Terminal"
-
Run the following command:
git pull