/nutrichain

Yet another hackathon project

Primary LanguagePython

nutrichain

When I say README, README!

Dependencies

Run following command on local laptop.

sudo pip install virtualenvwrapper
export WORKON_HOME=~/Envs
source /usr/local/bin/virtualenvwrapper.sh
mkvirtualenv --python=$(which python3) nutrichain
make install

Environment Variables

export EAT_KEY="Your EAT24 Auth Token"