Skip to content

matipacheco/Mimir

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages