Skip to content

Commit 0563d47

Browse files
update pixi directions for clarity
Co-authored-by: Matthew Feickert <matthew.feickert@cern.ch>
1 parent 381fb25 commit 0563d47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/how-tos/how-to-create-environments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,13 @@ pixi init
182182
```
183183

184184
You are now ready to install Scientific Python packages as dependencies in this project!
185-
From the science directory, execute:
185+
From the `science` directory, execute:
186186

187187
```shell
188188
pixi add ipython numpy scipy
189189
```
190190

191-
To install dependencies from a file like `environment.yml`, use:
191+
If you have an existing conda environment defined in an `environment.yml`, you can initialize a Pixi environment with the packages defined in it by executing:
192192

193193
```shell
194194
pixi init --import <path/to/environment.yml>

0 commit comments

Comments
 (0)