Diet#

Welcome to the package!

Installation#

To install the package, please follow the following instructions:

  1. Clone and enter the repo.

    git clone https://github.com/wesselb/diet
    cd diet
    
  2. Make a virtual environment and install the package.

    virtualenv -p python3 venv
    source venv/bin/activate
    pip install  -e '.[dev]'