Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 536 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 536 Bytes

CATS 🐈

Community Atlas of Tidal Streams

Python dependencies

We have included a number of useful Python packages in the requirements.txt file — to install these, you can use pip:

pip install -r requirements.txt

Python 3.11 was just released, but not all packages have built wheels for this, so we recommend using Python 3.9 or 3.10.

Contributor guide

  • Fork the repository
  • Clone the fork
  • Set up pre-commit locally: pre-commit install