https://github.com/grok-ai/beers
Better Enabled Resources
https://github.com/grok-ai/beers
Last synced: 2 months ago
JSON representation
Better Enabled Resources
- Host: GitHub
- URL: https://github.com/grok-ai/beers
- Owner: grok-ai
- License: mit
- Created: 2022-02-03T11:41:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T16:38:45.000Z (almost 3 years ago)
- Last Synced: 2025-04-14T14:51:03.657Z (2 months ago)
- Language: Python
- Size: 129 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BeERS 🍻
[](https://github.com/lucmos/nn-template)
[](https://www.python.org/downloads/)
[](https://black.readthedocs.io/en/stable/)Better Enabled Resource Sharing
## Installation
```bash
pip install git+ssh://[email protected]/grok-ai/beers.git
```## Quickstart
[comment]: <> (> Fill me!)
## Development installation
Setup the development environment:
```bash
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:
```bash
pre-commit run --all-files
pytest -v
```### Update the dependencies
Re-install the project in edit mode:
```bash
pip install -e .[dev]
```