Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 728 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 728 Bytes

Mimir

The oracle. The dollar predictor.

Note: This project was put on hold... I'm having doubts about something :thinking_face:

Develepment Environment

For the creation of the development environment that contains all the necessary dependencies to run the application, I used virtualenv.

Installation

sudo apt-get install python3-pip

pip3 install virtualenv

Dependencies

virtualenv Mimir

virtualenv -p /usr/bin/python3.4 Mimir

source Mimir/bin/activate

pip install -r requirements.txt

Setup

  1. For the database tables creation, run:

python3 mimirs_well.py

  1. To populate those tables, run:

python3 brokkr_the_blacksmith.py