Skip to content

Commit 04dbd63

Browse files
authored
Add missing assistant UI documentation steps (microsoft#935)
* Add missing assistant UI documentation steps * Format documentation page for consistency * Add missing step for installing the autogenra library
1 parent f8af725 commit 04dbd63

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

samples/apps/autogen-assistant/README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,20 @@ Project Structure:
4646
```bash
4747
npm install -g gatsby-cli
4848
npm install --global yarn
49-
cd frontend
5049
yarn install
5150
yarn build
5251
```
5352
54-
For Windows users, to build the frontend, you may need alternative commands to build the frontend.
53+
- For Windows users, to build the frontend, you may need alternative commands to build the frontend.
5554
56-
```bash
57-
58-
gatsby clean && rmdir /s /q ..\\autogenra\\web\\ui && (set \"PREFIX_PATH_VALUE=\" || ver>nul) && gatsby build --prefix-paths && xcopy /E /I /Y public ..\\autogenra\\web\\ui
55+
```bash
56+
gatsby clean && rmdir /s /q ..\\autogenra\\web\\ui && (set \"PREFIX_PATH_VALUE=\" || ver>nul) && gatsby build --prefix-paths && xcopy /E /I /Y public ..\\autogenra\\web\\ui
57+
```
58+
- Navigate to the `samples/apps/autogen-assistant` directory and install the `autogenra` library in your current Python environment:
5959
60-
````
60+
```bash
61+
pip install -e .
62+
```
6163
6264
### Running the Application
6365

0 commit comments

Comments
 (0)