Skip to content

Commit bafa856

Browse files
committed
docs: recommend entering the pixi shell
1 parent 5edd745 commit bafa856

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ or [on Discord](https://marimo.io/discord?ref=contributing).
2121

2222
## Setup
2323

24-
Install [pixi](https://github.com/prefix-dev/pixi) to manage your development environment. The following command uses `pixi` to launch a development shell with all dependencies installed, using `hatch` as the environment manager.
24+
Install [pixi](https://github.com/prefix-dev/pixi) to manage your development environment. The following command uses `pixi` to launch a development shell with all dependencies installed.
2525

2626
> [!NOTE]
2727
>
@@ -30,7 +30,13 @@ Install [pixi](https://github.com/prefix-dev/pixi) to manage your development en
3030
> Note that developing in Gitpod is not officially supported by the marimo team.
3131
3232
```bash
33-
pixi run hatch shell
33+
pixi shell
34+
```
35+
36+
You may also activate the `hatch` environment for certain `hatch`-specific commands.
37+
38+
```bash
39+
hatch shell
3440
```
3541

3642
Now you can install the environment frontend and Python dependencies.

0 commit comments

Comments
 (0)