Skip to content

grok-ai/BeERS

Repository files navigation

BeERS 🍻

badge badge badge

Better Enabled Resource Sharing

Installation

pip install git+ssh://git@github.com/grok-ai/beers.git

Quickstart

Development installation

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

Update the dependencies

Re-install the project in edit mode:

pip install -e .[dev]