Powers the app, <insert name here/>
xcode(front-end), brew, pip, virtualenv,
- Setup Git
- Download Python 3.6
- Clone this repo by "git clone https://github.com/Mark-Jung/reed.git"
- Navigate to the repo - cd: stands for change directory. It's used to switch between directories(folders). ls: lists all files and directories in current directory
- Download virtualenv through pip. 'pip virtualenv'
- On your commandline, write: virtualenv env --python=python3.6
- On your commandline, write: source env/bin/activate
- Try typing 'python', and if you can see that it's python version 3.6, you're good to go.
- On your commandline, write: pip install -r requirements.txt
- Ask mark for his secret env variable
- run 'nose2' and see if all of the tests pass. If any doen't pass, alert mark IMMEDIATELY.
- git pull origin master
- source env/bin/activate
- export SECRET=''
- nose2 (if any errors come up, notify mark)
- python app.py