Better Enabled Resource Sharing
pip install git+ssh://[email protected]/grok-ai/beers.git
Setup the development environment:
git clone git+ssh://[email protected]/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]