Skip to content

Commit 0d5bca7

Browse files
author
Pablo Panero
committed
install: add HW pre-reqs and avoid Anaconda
1 parent 670d28f commit 0d5bca7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/install/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,24 @@ command line tool for creating and updating your instance.
77

88
Some system requirements are needed beforehand:
99

10-
- [Python](https://www.python.org/) (3.6 only)
10+
- [Python](https://www.python.org/) (3.6.2 only)
1111
- [nodejs](https://nodejs.org) (8.0.0+) (not needed to preview, only needed to develop)
1212
- [Docker](https://docs.docker.com/) (1.13.0+)
1313
- [Docker-Compose](https://docs.docker.com/compose/) (1.17.0+)
1414

15+
!!! warning "Other Python distributions"
16+
InvenioRDM works with Python 3.6.2. However, many users have reported errors when running Python from Anaconda.
17+
1518
In addition, make sure the user that will be executing the CLI has access to
1619
the docker command (i.e. it is not only available for the root user):
1720

1821
```console
1922
$ sudo usermod --append --groups docker $USER
2023
```
2124

25+
!!! note "Hardware requirements"
26+
We usually deploy the RDM in machines that have around 8GB of RAM and at least 4 cores. InvenioRDM can certainly run (for demo purposes) with less, just take into account that you are going to be runing between 4 and 8 containers (among them ES, which is quite demanging).
27+
2228
Once you have installed these requirements, you can install the CLI.
2329

2430
## Install the CLI

0 commit comments

Comments
 (0)