Skip to content

Commit d4cd167

Browse files
Update project_metadata.md
1 parent d0ed654 commit d4cd167

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

episodes/project_metadata.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ requires = ["hatchling"]
5757
build-backend = "hatchling.build"
5858
```
5959
- Editable project install
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.
60+
61+
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.
6162

6263
```toml
6364
[tool.pixi.pypi-dependencies]

0 commit comments

Comments
 (0)