Skip to content

Commit 37fd5de

Browse files
committed
Update packages and lock file
1 parent 5690602 commit 37fd5de

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
Using PDM as a Python manager. Use `pdm run zsh` to activate a shell.
44

5-
## Basic setup
5+
## Basic setup
66

7-
1. `pdm python install` — install Python venv
87
1. `pdm install` — install prereq
8+
1. `pdm run pelican-themes -s ../pelican-papyrus-theme`
99

1010
## View site
1111

@@ -16,6 +16,7 @@ Using PDM as a Python manager. Use `pdm run zsh` to activate a shell.
1616
This isn't clean, but it is a [work-around suggested on GitHub](https://github.com/pdm-project/pdm/issues/2256#issuecomment-1717984339):
1717

1818
```bash
19+
pdm run python -m ensurepip --upgrade
1920
pdm run python -m pip install -e ../pelican-personal
2021
pdm run python -m pip install -e ../pelican-dltj-plugin
2122
```
@@ -43,7 +44,8 @@ pdm run python -m pip install -e ../pelican-dltj-plugin
4344
```
4445

4546
### Captioned section
46-
Used for things other than an image to get the same rendered output
47+
48+
Used for things other than an image to get the same rendered output
4749

4850
```
4951
{{ captioned(

pdm.lock

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"zygote-reader @ git+https://github.com/dltj/zygote-reader",
1313
"dltj-plugin @ git+https://github.com/dltj/pelican-dltj-plugin.git",
1414
"pelican-neighbors>=1.2.0",
15-
"pelican-readtime>=0.2.0",
15+
"pelican-readtime @ git+https://github.com/dltj/pelican-readtime.git",
1616
]
1717
requires-python = "==3.12.7"
1818
readme = "README.md"

0 commit comments

Comments
 (0)