Skip to content

Commit 9c45d24

Browse files
authored
fix: update command line in readme.md (#192)
* update command line * remove some todo
1 parent 2d4fb01 commit 9c45d24

File tree

1 file changed

+28
-10
lines changed

1 file changed

+28
-10
lines changed

README.md

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ R&D is a very general scenario. The advent of RDAgent can be your
3737
- ...
3838

3939
You can click the [🎥link](https://rdagent.azurewebsites.net) above to view the demo. More methods and scenarios are being added to the project to empower your R&D processes and boost productivity.
40-
40+
<!--
4141
We have a quick 🎥demo for one use case of RDAgent.
4242
- TODO: Demo
43-
43+
-->
4444

4545
# ⚡Quick start
4646
You can try our demo by running the following command:
@@ -55,8 +55,11 @@ You can try our demo by running the following command:
5555
conda activate rdagent
5656
```
5757

58+
### 🛠️ Install from pip
59+
```sh
60+
pip install rdagent
61+
```
5862
### 🛠️ Run Make Files
59-
TODO: `pip install rdagent` in the future.
6063

6164
- **Navigate to the directory containing the MakeFile** and set up the development environment:
6265
```sh
@@ -69,25 +72,40 @@ TODO: `pip install rdagent` in the future.
6972
- The `.env.example` file contains the environment variables required for users using the OpenAI API (Please note that `.env.example` is an example file. `.env` is the one that will be finally used.)
7073
- please refer to [Configuration](docs/build/html/installation.html#azure-openai) for the detailed explanation of the `.env`
7174
### 🚀 Run the Application
72-
TODO: run the front-page demo.
7375

7476
The [🎥demo](https://rdagent.azurewebsites.net) is implemented by the following commands:
7577

76-
- Run the factor extraction and implementation application based on financial reports:
78+
- Run the Qlib factor extraction and implementation application based on financial reports:
7779
```sh
78-
rdagent fin_factor_report
80+
rdagent fin_factor_report <Your report folder>
7981
```
8082

81-
- Run the self-loop factor extraction and implementation application:
83+
- Run the Qlib self-loop factor proposal and implementation application:
8284
```sh
83-
python rdagent/app/qlib_rd_loop/factor.py
85+
rdagent fin_factor
8486
```
8587

86-
- Run the self-loop model extraction and implementation application:
88+
- Run the Qlib self-loop model proposal and implementation application:
8789
```sh
88-
python rdagent/app/qlib_rd_loop/model.py
90+
rdagent fin_model
8991
```
9092

93+
- Run the model extraction and implementation application:
94+
```sh
95+
rdagent general_model <Your paper url>
96+
```
97+
98+
- Run the medical self-loop model proposal and implementation application:
99+
```sh
100+
rdagent med_model
101+
```
102+
103+
104+
### 🚀 Monitor the Application
105+
You can serve our demo app to monitor the RD loop by running the following command:
106+
```sh
107+
TODO: run the front-page demo.
108+
```
91109

92110
# Scenarios
93111

0 commit comments

Comments
 (0)