Installation¶
Prerequisites¶
Python 3.9 or higher
Install from Source¶
Clone the repository:
git clone https://github.com/woodRock/fishy-business.git
cd fishy-business
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.
(Optional) Install development dependencies for testing:
pip install pytest pytest-cov pytest-mock