Skip to content

Commit 857465a

Browse files
committed
v13: improve upgrade notes
1 parent ef10c2a commit 857465a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/releases/v13/upgrade-v13.0.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,16 @@ option you choose.
7979

8080
- create a new virtual environment
8181
- activate your new virtual environment
82-
- install `invenio-cli` by `pip install invenio-cli`
82+
- install `invenio-cli` by running `pip install invenio-cli`
8383

8484
##### Step 2
8585

86-
Update the file `<my-site>/Pipfile`.
86+
Update the `<my-site>/Pipfile` by changing the `version` of `invenio-app-rdm` to `~=13.0.0` and removing the unnecessary `postgresql` extra
87+
(it is already installed by default and will trigger a warning if left in the file):
8788

8889
```diff
8990
[packages]
90-
---invenio-app-rdm = {extras = [...], version = "~=12.0.0"}
91+
---invenio-app-rdm = {extras = [..., "postgresql"], version = "~=12.0.0"}
9192
+++invenio-app-rdm = {extras = [...], version = "~=13.0.0"}
9293
```
9394

0 commit comments

Comments
 (0)