Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.25 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.25 KB

itemSorter

MAPPS (Multipurpose Automatic Partitioned Sorting Solution) is a custom workspace organization management software designed for use by the Berkelium robotics team.

Installation and Setup

Clone the repository:

git clone https://github.com/team5419/MAPSS.git

Install dependancies:

(Using a virtual environment is recomended. Also make sure you are running python 3)

You will need Flask, Google API Client, GitPython, and configparser

pip3 install Flask google-api-python-client GitPython configparser

Running

python3 readSheet.py

You should then go to http://127.0.0.1:5000/ in your web browser.

Contributing

Internal users should make a branch and then a pull request to merge your changes. External users can do the same but start by making a fork. If you dont know how to fix your problem, make an issue and a kind coder can help you.