Skip to content

Commit

Permalink
Update contribution notes (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdenolle authored Feb 16, 2024
1 parent c58d6b8 commit 4bb19cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ conda create -n noisepy python=3.10 pip
conda activate noisepy
conda install -c conda-forge openmpi
python -m ipykernel install --user --name noisepy
pip install -e ".[dev]"
pip install -e ".[dev,aws,mpi]"
```
it will install all of the dependencies of the package, including IPython to start a jupyter notebook (excluded otherwise to minimmize dependencies for command line deployment).

Expand Down

0 comments on commit 4bb19cb

Please sign in to comment.