Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 565 Bytes

File metadata and controls

33 lines (21 loc) · 565 Bytes

Activity tracker

Database Schema

Create a virtual environment with:

conda env create -f environment.yml

Contribution Guidelines

If you plan to contribute to this repository, follow these steps:

  1. Fork the repository and create a new branch for your changes:
git checkout -b your-branch-name
  1. Install development dependencies:
pip install .[dev]
  1. Set up pre-commit hooks:
pre-commit install
  1. Commit your changes and open pull request with a clear description of changes.