Skip to content

Commit d0ed654

Browse files
Update project_metadata.md
1 parent 7ef4b2c commit d0ed654

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

episodes/project_metadata.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,11 @@ requires = ["hatchling"]
5757
build-backend = "hatchling.build"
5858
```
5959
- Editable project install
60-
The pixi_py package itself is added as an editable dependency. This means that the package is installed in editable mode, so you can make changes to the package and see the changes reflected in the environment, without having to re-install the environment.
60+
This means that the package is installed in editable mode, so you can make changes to the package and see the changes reflected in the environment, without having to re-install the environment. The `greet_me` package itself is added as an editable dependency.
61+
6162
```toml
62-
pixi_py = { path = ".", editable = true }
63+
[tool.pixi.pypi-dependencies]
64+
greet_me = { path = ".", editable = true }
6365
```
6466

6567
- Dependency handling

0 commit comments

Comments
 (0)