Skip to content

error installing BuDDI #4

@Souhatifour

Description

@Souhatifour

To install Buddi, you can follow these steps in your terminal:

  • Install pyenv using Homebrew: brew install pyenv

  • Install Python 3.10 using pyenv: pyenv install 3.10 && pyenv local 3.10 && \

  • Set Python 3.10 as the local version for the current directory.

  • Remove any existing virtual environment (.venv directory).
    Create a new virtual environment named .venv using the installed Python version.

    m -rf .venv && virtualenv -p $( pyenv which python ) .venv

  • Activate the virtual environment: .venv/bin/activate && \

  • Install Buddi from the specified GitHub repository using pip: pip install git+https://github.com/greenelab/buddi.git

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions