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

Updated installation prodecure #18

Merged
merged 8 commits into from
May 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update README.md
  • Loading branch information
lorena-zuzic committed May 10, 2024
commit 0d9d269dc3db61b2e50975aa05b6cd3e13e26030
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ Andreasen _et al._ (2024) TBD.

conda env create -f environment.yml

conda activate CGSB
conda activate COBY

python -m ipykernel install --user --name=CGSB
python -m ipykernel install --user --name=COBY

**Version 3 - Manual installation**

conda create --name CGSB python==3.9
conda create --name COBY python==3.9

conda activate CGSB
conda activate COBY

pip install numpy==1.21.5 scipy==1.7.3 alphashape matplotlib ipykernel ipywidgets

python -m ipykernel install --user --name=CGSB
python -m ipykernel install --user --name=COBY

## Basic usage

Expand Down