Skip to content

Commit

Permalink
Fix mistake in readme (#47)
Browse files Browse the repository at this point in the history
Fix text in instructions to install Python locally: replace "Miniconda"
for "Miniforge".
  • Loading branch information
santisoler authored Feb 2, 2024
1 parent f39224c commit b272fee
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 @@ -152,7 +152,7 @@ Both of them will install Python and a package manager that allows us to
install new Python libraries (like SimPEG for example), and also create
_environments_.

Anaconda uses the `conda` package manager, while Miniconda uses the new
Anaconda uses the `conda` package manager, while Miniforge uses the new
`mamba`, which works faster than `conda`.

If you have either of both installed, you can skip this step. Otherwise, please
Expand Down

0 comments on commit b272fee

Please sign in to comment.