- First, click on the "Code" button at the top right section of the repository. Make sure you choose Local and then HTTPS before copying the URL you will use for cloning!
- Next, open your terminal and cd to the directory you would like to store the program in:
cd Desktop
Afterward, type git clone, followed by the URL copied above:git clone https://github.com/AlexJumaW99/ELA_Hackathon_Solution.git
The folder containing the program should now be on your local machine!
Prerequisite: Ensure you have Python 3.5+ installed! https://www.python.org/downloads/
- First, cd to the folder containing the program:
cd ELA_Hackathon_Solution
- Create a virtual environment by typing the following command on the terminal:
python3 -m venv ela_project
- Activate the virtual environment you just created:
source ela_project/bin/activate
- Upgrade pip by typing:
pip install ––upgrade pip
- Then, install all the Python packages needed to run it by typing:
pip3 install -r requirements.txt
- After installing pip, run the program by typing:
streamlit run Dashboard.py
We would like to appreciate the time and expertise of the following people:
- Danton Coote
- Yanna Polonia Gutierrez
- Jon Ziprick
- Nathan Anderson
- Enoch A-Iyeh
- Shayelin Braydon