File tree 1 file changed +8
-6
lines changed
samples/apps/autogen-assistant
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -46,18 +46,20 @@ Project Structure:
46
46
```bash
47
47
npm install -g gatsby-cli
48
48
npm install --global yarn
49
- cd frontend
50
49
yarn install
51
50
yarn build
52
51
```
53
52
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.
55
54
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:
59
59
60
- ````
60
+ ```bash
61
+ pip install -e .
62
+ ```
61
63
62
64
### Running the Application
63
65
You can’t perform that action at this time.
0 commit comments