Skip to content

Files

Latest commit

Aug 13, 2024
0855c64 · Aug 13, 2024

History

History
26 lines (16 loc) · 749 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 749 Bytes

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