Skip to content

Commit

Permalink
Update packages and lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
dltj committed Nov 17, 2024
1 parent 5690602 commit 37fd5de
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

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

## Basic setup
## Basic setup

1. `pdm python install` — install Python venv
1. `pdm install` — install prereq
1. `pdm run pelican-themes -s ../pelican-papyrus-theme`

## View site

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

```bash
pdm run python -m ensurepip --upgrade
pdm run python -m pip install -e ../pelican-personal
pdm run python -m pip install -e ../pelican-dltj-plugin
```
Expand Down Expand Up @@ -43,7 +44,8 @@ pdm run python -m pip install -e ../pelican-dltj-plugin
```

### Captioned section
Used for things other than an image to get the same rendered output

Used for things other than an image to get the same rendered output

```
{{ captioned(
Expand Down
9 changes: 4 additions & 5 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
"zygote-reader @ git+https://github.com/dltj/zygote-reader",
"dltj-plugin @ git+https://github.com/dltj/pelican-dltj-plugin.git",
"pelican-neighbors>=1.2.0",
"pelican-readtime>=0.2.0",
"pelican-readtime @ git+https://github.com/dltj/pelican-readtime.git",
]
requires-python = "==3.12.7"
readme = "README.md"
Expand Down

0 comments on commit 37fd5de

Please sign in to comment.