The oracle. The dollar predictor.
Note: This project was put on hold... I'm having doubts about something :thinking_face:
For the creation of the development environment that contains all the necessary dependencies to run the application, I used virtualenv.
sudo apt-get install python3-pip
pip3 install virtualenv
virtualenv Mimir
virtualenv -p /usr/bin/python3.4 Mimir
source Mimir/bin/activate
pip install -r requirements.txt
- For the database tables creation, run:
python3 mimirs_well.py
- To populate those tables, run:
python3 brokkr_the_blacksmith.py