Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error installing BuDDI #4

Open
Souhatifour opened this issue Dec 20, 2023 · 0 comments
Open

error installing BuDDI #4

Souhatifour opened this issue Dec 20, 2023 · 0 comments

Comments

@Souhatifour
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant