We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8586193 commit 6809886Copy full SHA for 6809886
README.md
@@ -11,6 +11,17 @@ Using PDM as a Python manager. Use `pdm run zsh` to activate a shell.
11
12
1. `invoke serve` or `invoke liveupdate`
13
14
+## Editable modules
15
+
16
+This isn't clean, but it is a [work-around suggested on GitHub](https://github.com/pdm-project/pdm/issues/2256#issuecomment-1717984339):
17
18
+```bash
19
+pdm run python -m pip install -e ../pelican-personal
20
+pdm run python -m pip install -e ../pelican-dltj-plugin
21
+```
22
23
+`pdm sync --no-editable` will restore the virtual environment to what's in pyproject.toml.
24
25
## Historic Notes
26
27
- Files with `.markdown` extensions were converted from the Wordpress site (and still may need some manual editing)
0 commit comments