Skip to content

Commit 7a185f6

Browse files
author
Pablo Panero
committed
develop: remove --pre from installation
1 parent e1c90a8 commit 7a185f6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/develop/install_locally.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@ $ cd february-release-2
1414
```
1515

1616
To run the application locally, we will need to install it and its dependencies
17-
first. We use the `install` command with the `--pre` flag. We need to add `--pre`
18-
in order to allow `pipenv` to install alpha releases, since many InvenioRDM packages
19-
are now in this phase. Be patient, it might take some time to build.
17+
first. We do not need to add `--pre`, since we do not have to install any alpha releases. Nonetheless, this option is still available if you need it. Be patient, it might take some time to build.
2018

2119

2220
``` console
23-
$ invenio-cli install --pre
21+
$ invenio-cli install
2422
Installing python dependencies...
2523
Symlinking invenio.cfg...
2624
Symlinking templates/...

0 commit comments

Comments
 (0)