greenelab / greenelab/buddi_analysis
error installing BuDDI
- Dominant language
- Jupyter Notebook
- Stars
- 3
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
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**
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.