Skip to content

j321m/bml_project2

Repository files navigation

Project Setup Instructions

Follow these steps to set up the project environment:

Commands to Set Up the Environment

  1. Create the Virtual Environment:

    python3 -m venv bml
  2. Initialize (Activate) the Virtual Environment:

    source bml/bin/activate
  3. Install Required Dependencies:

    pip install -r requirements.txt
  4. Configure neptune:

    touch .env
    echo -e "export NEPTUNE_PROJECT=your_workspace/your_project" >> .env
    echo -e "export NEPTUNE_API_TOKEN=your_neptune_api_token" >> .env

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published