Skip to content

Commit 7cbd6a0

Browse files
Update 3_project_structure.md
1 parent dc33a4c commit 7cbd6a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/3_project_structure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ greet_me/
4040
```
4141
Let us create a similar structure within our codespace.
4242
```bash
43-
pixi init greet_me
43+
pixi init --format pyproject
4444
```
4545
```output
46-
✔ Created ...greet_me/pixi.toml
46+
✔ Created /workspaces/pixi_demo/pyproject.toml
4747
```
4848

4949
This generates the following structure:

0 commit comments

Comments
 (0)