-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels