File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -79,15 +79,16 @@ option you choose.
79
79
80
80
- create a new virtual environment
81
81
- activate your new virtual environment
82
- - install ` invenio-cli ` by ` pip install invenio-cli `
82
+ - install ` invenio-cli ` by running ` pip install invenio-cli `
83
83
84
84
##### Step 2
85
85
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):
87
88
88
89
``` diff
89
90
[packages]
90
- - --invenio-app-rdm = {extras = [...], version = "~=12.0.0"}
91
+ - --invenio-app-rdm = {extras = [..., "postgresql" ], version = "~=12.0.0"}
91
92
+ ++invenio-app-rdm = {extras = [...], version = "~=13.0.0"}
92
93
```
93
94
You can’t perform that action at this time.
0 commit comments