Skip to content

Commit e459bc6

Browse files
author
Jarno Ensio Hakulinen
committed
Update README
1 parent 76de04d commit e459bc6

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@ You can download Python from [the official website](https://www.python.org/downl
3030
#### PySide6 Dependency
3131
This application depends on the PySide6 libraries for its graphical user interface. PySide6 is dynamically linked, meaning you need to have PySide6 installed on your system to run Azure AI Assistant Tool.
3232

33-
### Install azure.ai.assistant Python library
33+
### Build and install azure.ai.assistant Python library
34+
35+
During the Alpha phase of development, the azure.ai.assistant library is included within this tool's repository, as it has not yet been released on PyPI.
36+
Using following instructions, you can build the wheel or alternatively use directly the wheel package provided under releases.
37+
38+
- Ensure wheel is installed to build the library package. You can install it using the command: `pip install wheel`
3439
- Go under `sdk/azure-ai-assistant` folder
3540
- Make sure wheel is installed: `pip install wheel` (or pip3 e.g. in Mac)
3641
- Build the wheel using following command: `python setup.py sdist bdist_wheel`
@@ -72,7 +77,7 @@ This application depends on the PySide6 libraries for its graphical user interfa
7277
## Launch the application
7378

7479
- Run the following command in root of this repository
75-
- `python main.py` (or python3 depends on your environment)
80+
- `python main.py` (or `python3`, depends on your environment)
7681

7782
## License
7883
Azure AI Assistant Tool is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.

0 commit comments

Comments
 (0)