Diet#
Welcome to the package!
Installation#
To install the package, please follow the following instructions:
Clone and enter the repo.
git clone https://github.com/wesselb/diet cd diet
Make a virtual environment and install the package.
virtualenv -p python3 venv source venv/bin/activate pip install -e '.[dev]'