Skip to content

Commit 381fb25

Browse files
Update pixi capitalization to refer to project name
Co-authored-by: Matthew Feickert <[email protected]>
1 parent b7a2728 commit 381fb25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ mamba activate science
173173
You can find more information on using mamba in the
174174
[mamba user guide](https://mamba.readthedocs.io/en/latest/user_guide/mamba.html).
175175

176-
### Set up a virtual environment using pixi
176+
### Set up a virtual environment using Pixi
177177

178-
To initialize a new project with pixi in our project called `science`, execute:
178+
To initialize a new project with Pixi in our project called `science`, execute:
179179

180180
```shell
181181
pixi init
@@ -201,7 +201,7 @@ the science folder, and execute:
201201
pixi shell
202202
```
203203

204-
This will drop you into the default environment for the pixi project, with all
204+
This will drop you into the default environment for the Pixi project, with all
205205
dependencies in that environment accessible to you in that shell.
206206

207207
A pixi project may have multiple environments defined in the `pixi.toml` file. To

0 commit comments

Comments
 (0)