File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ The steps listed in this article require an existing local installation of Inven
14
14
## Upgrade Steps
15
15
16
16
Make sure you have the latest ` invenio-cli ` installed. For InvenioRDM v13,
17
- it should be v1.8 .0+.
17
+ it should be v1.9 .0+.
18
18
19
19
``` bash
20
20
$ invenio-cli --version
21
- invenio-cli, version 1.8 .0
21
+ invenio-cli, version 1.9 .0
22
22
```
23
23
24
24
!!! info "Virtual environments"
@@ -48,7 +48,7 @@ cd <my-site>
48
48
49
49
# Upgrade to InvenioRDM v13
50
50
invenio-cli packages update 13.0.0
51
- # The old `invenio-admin` dependencies has been removed and must be uninstalled
51
+ # The old `invenio-admin` dependency has been removed and must be uninstalled
52
52
pipenv run pip uninstall -y invenio-admin
53
53
# Re-build assets
54
54
invenio-cli assets build
You can’t perform that action at this time.
0 commit comments