hungry
At the bare minimum you'll need the following for your development environment
It is strongly recommended to also install and use the following tools:
$ brew install pipenv
Pipenv Warning: the environment variable LANG is not set!)
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
Pipenv: Checking pip version (last version bug)
$ pipenv run pip --version
...
pip 18.1 from ..
If the pip version is 18.1, it will not work properly, so you need to re-install to version 18.0
$ pipenv run pip install pip==18.0
$ git clone [email protected]:nadostar/hungry_mg.git hungry_mg
cd hungry_mg
$ pipenv sync
$ flask run