Skip to content

Commit 2be2f64

Browse files
[minor] Fix typo and update reference link in installation/conda-osx-arm64-mps/README.md (#31)
* fix typo and update reference link * Update installation/conda-osx-arm64-mps/README.md --------- Co-authored-by: Skander Moalla <[email protected]>
1 parent 5b7572d commit 2be2f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installation/conda-osx-arm64-mps/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Return to the root README for the rest of the instructions to run our experiment
128128
## Maintaining the environment
129129

130130
System dependencies are managed by conda, otherwise when not available, by brew.
131-
(We try to keep everything self-container as much as possible.)
131+
(We try to keep everything self-contained as much as possible.)
132132
Python dependencies are managed by both conda and pip.
133133

134134
- Use `conda` for system and non-Python dependencies needed to run the project code (e.g., image libraries, etc.).
@@ -144,7 +144,7 @@ Here are references and reasons to follow the above claims:
144144

145145
* [A guide for managing conda + `pip` environments](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#using-pip-in-an-environment).
146146
* [Reasons to use conda for not-Python-only dependencies](https://numpy.org/install/#numpy-packages--accelerated-linear-algebra-libraries).
147-
* [Ways of combining conda and `pip`](https://towardsdatascience.com/conda-essential-concepts-and-tricks-e478ed53b5b#42cb).
147+
* [Ways of combining conda and `pip`](https://medium.com/data-science/conda-essential-concepts-and-tricks-e478ed53b5b#42cb).
148148

149149
There are two ways to add dependencies to the environment:
150150

0 commit comments

Comments
 (0)