Skip to content

Commit 8cede22

Browse files
authored
fix: readme (#248)
* Update README.md * Update model_agent_med.rst
1 parent 5522272 commit 8cede22

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,13 @@ The **[🖥️ Live Demo](https://rdagent.azurewebsites.net/)** is implemented b
102102
103103
- Run the **Automated Medical Prediction Model Evolution**: Medical self-loop model proposal and implementation application
104104
>(1) Apply for an account at [PhysioNet](https://physionet.org/). <br /> (2) Request access to FIDDLE preprocessed data: [FIDDLE Dataset](https://physionet.org/content/mimic-eicu-fiddle-feature/1.0.0/). <br />
105-
(3) Place your username and password in `.rdagent.app.data_mining.conf`.
105+
(3) Place your username and password in `.env`.
106+
```bash
107+
cat << EOF >> .env
108+
DM_USERNAME=<your_username>
109+
DM_PASSWORD=<your_password>
110+
EOF
111+
```
106112
```sh
107113
rdagent med_model
108114
```

docs/scens/model_agent_med.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,14 @@ You can try our demo by running the following command:
9696

9797
- Apply for an account at `PhysioNet <https://physionet.org/>`_.
9898
- Request access to FIDDLE preprocessed data: `FIDDLE Dataset <https://physionet.org/content/mimic-eicu-fiddle-feature/1.0.0/>`_.
99-
- Place your username and password in `.rdagent.app.data_mining.conf`.
99+
- Place your username and password in `.env`.
100+
101+
.. code-block:: bash
102+
103+
cat << EOF >> .env
104+
DM_USERNAME=<your_username>
105+
DM_PASSWORD=<your_password>
106+
EOF
100107
101108
102109
- 🚀 Run the Application

0 commit comments

Comments
 (0)