We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 505f313 commit ee407d1Copy full SHA for ee407d1
1 file changed
docs/guides/database.md
@@ -15,7 +15,9 @@ parallel execution is not efficient at all.
15
### Requirements and Configuration
16
Requirement: MySQL database is set up.
17
18
-1. Add a `credentials.yaml` file in `carps/experimenter` with the following content:
+1. Install the database dependencies with `pip install carps[database]`.
19
+
20
+2. Add a `credentials.yaml` file in `carps/experimenter` with the following content:
21
```yaml
22
CREDENTIALS:
23
Database:
@@ -26,7 +28,7 @@ CREDENTIALS:
26
28
server: mysql_server
27
29
port: 3306 (most likely)
30
```
-2. Edit `carps/experimenter/py_experimenter.yaml` by setting:
31
+3. Edit `carps/experimenter/py_experimenter.yaml` by setting:
32
33
PY_EXPERIMENTER:
34
n_jobs: 1
0 commit comments