Skip to content

Commit

Permalink
Corrected conda installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Wasja Bloch committed Oct 23, 2023
1 parent 7e16551 commit dc1a8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Authors: [Wasja Bloch](https://www.eoas.ubc.ca/people/wasjabloch), [Pascal Audet

To avoid conflicts with other programs, it is recommended to install *PyRaysum* inside a designated `conda` environment (called here `prs`) alongside its dependecies.
```
conda create -n prs python<3.12 numpy<1.23 setuptools<60.0 fortran-compiler obspy -c conda-forge
conda create -n prs "python<3.12" "numpy<1.23" "setuptools<60.0" fortran-compiler obspy -c conda-forge
conda activate prs
```
If you are using an alternative *Python* interpreter (e.g., *IPython* or a *Jupyter*
Expand Down

0 comments on commit dc1a8b9

Please sign in to comment.