Initial install updates
h2. What has changed?
- README.md
- setup.py
- requirements-dev.txt
- Added __init__.py in the storage directory
h2. Motivation?
- Updates to the README.md as I went through the local install process
- Add a line in the requirements-dev.txt file so that installing the dev one installs both
- Removed trailing forward slash in setup.py since that was preventing installation
- In order for tests to pass I have to add init.py to src/storage/. Otherwise the choc_an_simulator package in our venv would not contain the storage directory