Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
open-webui: document just pdm-update
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh committed Apr 9, 2024
1 parent 605e459 commit 49224c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nix/open-webui/backend-env/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ And to generate the `pdm.lock` file using the `pyproject.toml`:
```sh
nix run ./dev#lock --override-input ollama-flake .
```

Or do both in one command (after entering the `devShell` of `./dev/flake.nix`):

```sh
just pdm-update
```

0 comments on commit 49224c5

Please sign in to comment.