Installation

Prerequisites

  • Python 3.9 or higher

Install from Source

  1. Clone the repository:

git clone https://github.com/woodRock/fishy-business.git
cd fishy-business
  1. Install dependencies:

pip install -r requirements.txt
pip install -e .

3. Download the Private Dataset:

The REIMS dataset is private. To download it, you will need a GitHub Personal Access Token (PAT):

fishy download-data --token <YOUR_GITHUB_TOKEN>

Tip: You can also set the FISHY_DATA_TOKEN environment variable.

  1. (Optional) Install development dependencies for testing:

pip install pytest pytest-cov pytest-mock