Better Enabled Resource Sharing
pip install git+ssh://git@github.com/grok-ai/beers.git
Setup the development environment:
git clone git+ssh://git@github.com/grok-ai/beers.git
conda env create -f env.yaml
conda activate beers
pre-commit install
Run the tests:
pre-commit run --all-files
pytest -v
Re-install the project in edit mode:
pip install -e .[dev]