This is a simple project to demonstrate how to run a repo.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
pip install -r requirements.txt
A step by step series of examples that tell you how to get a development env running
First, clone the repo to your local machine:
git clone <repo_url>
Then, navigate to the project directory:
cd <project_directory>
Next, install the required packages:
pip install -r requirements.txt
Finally, run the main script:
python main.py
Explain how to run the automated tests for this system
python -m unittest discover
Add additional notes about how to deploy this on a live system
- Python - The programming language used
- Your Name - Initial work - YourGithubUsername
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc