File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
installation/conda-osx-arm64-mps Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
130130System 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.)
132132Python 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
149149There are two ways to add dependencies to the environment:
150150
You can’t perform that action at this time.
0 commit comments