Skip to content

Commit 30fa93d

Browse files
committed
Update contrib docs
1 parent 9af81cf commit 30fa93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Parcels supports testing against different environments (e.g., different Python
136136
The name of the workflow on GitHub contains the command you have to run locally to recreate the workflow - making it super easy to reproduce CI failures locally.
137137

138138
```{tip}
139-
For those familiar with Conda, you are used to activating an environment. With Pixi, you can do the same by doing `pixi shell <env-name>`. For example, `pixi shell test-latest` will drop you into a shell where you can run commands such as `pytest` like normal. You can exit the shell with `exit` or `Ctrl+D`.
139+
For those familiar with Conda, you are used to activating an environment. With Pixi, you can do the same by doing `pixi shell -e <env-name>`. For example, `pixi shell -e test` will drop you into an environment used in CI for testing (where you can run commands such as `pytest` like normal). Doing `pixi shell` will drop you into our default development environment. You can exit the shell with `exit` or `Ctrl+D`.
140140
```
141141

142142
### Changing code

0 commit comments

Comments
 (0)