Skip to content

Commit eb7d178

Browse files
docs: update README
1 parent e377a1e commit eb7d178

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,22 @@ Experience it on the [OpenXLab Application Center](https://openxlab.org.cn/apps/
4646

4747
### Run from PyPI
4848

49+
1. Install GraphGen
50+
```bash
51+
pip install graphg
52+
```
53+
54+
2. Run in CLI
55+
```bash
56+
SYNTHESIZER_MODEL=your_synthesizer_model_name \
57+
SYNTHESIZER_BASE_URL=your_base_url_for_synthesizer_model \
58+
SYNTHESIZER_API_KEY=your_api_key_for_synthesizer_model \
59+
TRAINEE_MODEL=your_trainee_model_name \
60+
TRAINEE_BASE_URL=your_base_url_for_trainee_model \
61+
TRAINEE_API_KEY=your_api_key_for_trainee_model \
62+
graphg --output_dir cache
63+
```
64+
4965
### Run from Source
5066

5167
1. Install dependencies

0 commit comments

Comments
 (0)