Skip to content

dkeem/FlavinDB

 
 

Repository files navigation

FlavinDB

Setup

  1. Install python3.6 and virtualenv
    • Mac
      1. Install Homebrew
        • /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
      2. Install python3.6
        • brew update
        • brew install python3
      3. Install virtualenv
        • pip3 install virtualenv
  2. Setup the virtualenv
    • virtualenv -p /usr/local/bin/python3 venv
  3. Load the virtualenv
    • source venv/bin/activate
  4. Install the requirements
    • pip3 install -r requirements.txt
    • NOTE for OS X users: install libpng and freetype via brew if you get a Command "python setup.py egg_info" failed with error code 1 error when trying to install matplotlib. See here for more details.

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 80.4%
  • Python 19.4%
  • Makefile 0.2%