You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ or [on Discord](https://marimo.io/discord?ref=contributing).
21
21
22
22
## Setup
23
23
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.
25
25
26
26
> [!NOTE]
27
27
>
@@ -30,7 +30,13 @@ Install [pixi](https://github.com/prefix-dev/pixi) to manage your development en
30
30
> Note that developing in Gitpod is not officially supported by the marimo team.
31
31
32
32
```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
34
40
```
35
41
36
42
Now you can install the environment frontend and Python dependencies.
0 commit comments