repository for learning how to do Agile and Scrum in CS361 and Oregon State
-Jessica Albert -Brandon Messenger -Kobe Chenea -Emily Edmondson -Tanner Bahora
####################
####################
- The author of the PR is never to merge their own PR.
- A PR must be approved in a review from at least two team members.
- A PR must be merged by one of the reviewers who provided approval.
- In special circumstances, more PR reviews may be requested.
- When requesting changes, it is the responsibility of the reviewer to assign the author of the PR back onto the PR after the review.
- When implementing requested changes, it is the responsibility of the author to re-assign the reviewer who requested changes after implementing said changes.
- It is the responsibility of the author to request reviews from every team member when first submitting a PR.
- If an author of a PR feels that their PR is ready to be merged but the PR has received no reviews within a 24 hour period, the author has the right to ping team members in our shared slack channel.
######################################################################
Instructions for installing packages and running virtual environment
######################################################################
- Navigate to the directory where you have cloned this repository
- Run 'virtualenv -p /usr/bin/python3.6 venv' at the command line Directory: -price_aggregator/ |__venv/
- Ensure that the venv file has been created by typing 'ls'
- Ensure that the run.sh file has executable permissions by typing 'chmod x+ run.sh' at the command line.
- Execute 'run.sh' - all packages from the requirements.txt file will be installed and the app will start running.