bc-python
This project requires Python 3.12 and specific dependencies listed in requirements.txt. Follow the instructions below to set up your development environment using Conda.
- 
Create a New Conda Environment Open your terminal or command prompt and create a new Conda environment with Python 3.12: conda create --name birdconv python=3.12 
- 
**Activate birdconv conda activate birdconv 
- 
**Install requirements pip install -r requirements.txt