- Clone Repository
git clone https://github.com/UTK-CS340-Fall-2020/0x432d2d.git
cd 0x432d2d
- Ensure your current directory is the one that contains the requirements.txt file
- Recommended: Use the setup.sh script (Linux and macOS) or setup.bat (Windows)!
- Create a Virtual Environment
python3 -m virtualenv .venv
- Activate the Virtual Environment
source .venv/bin/activate (Linux/macOS)
.venv\Scripts\activate.bat (Windows)
- Install Dependencies
pip3 install -r requirements.txt
- Requirements: Run all Setup steps
- Recommended: Use the run.sh script (Linux and macOS) or run.bat (Windows)!
python3 src/main.py (Linux/macOS)
python3 src\main.py (Windows)
- Requirements: Run all Setup steps
- Recommended: Use the test.sh script (Linux and macOS) or test.bat (Windows)!
cd src
python3 -m unittest