Skip to content

alitair/bc-python

Repository files navigation

Project Name

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.

Prerequisites

Setting Up the Environment

  1. 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
    
    
  2. **Activate birdconv

    conda activate birdconv
    
  3. **Install requirements

    pip install -r requirements.txt

Releases

No releases published

Packages

No packages published

Languages