Skip to content

Commit 828d539

Browse files
Update Installation.md-with detailed explanation on add a period or newline microsoft#219 (microsoft#231)
* Update Installation.md Usage and importance of Docker is explained in more precise and to the point * Update website/docs/Installation.md --------- Co-authored-by: Qingyun Wu <[email protected]>
1 parent 0d748b5 commit 828d539

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

website/docs/Installation.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ conda install pyautogen -c conda-forge
1414
``` -->
1515

1616
### Optional Dependencies
17-
* docker
18-
We strongly recommend using docker for code execution or running AutoGen in a docker container (e.g., when developing in GitHub codespace, the autogen runs in a docker container). To use docker for code execution, you also need to install the python package `docker`:
17+
1. For the best user experience and seamless code execution, we highly recommend using Docker with AutoGen.
18+
2. Docker is a containerization platform that simplifies the setup and execution of your code.
19+
3. If you're working in a GitHub Codespace environment, AutoGen make a easy development in environment with Docker container, which is convenient to use.
20+
21+
To use docker for code execution, you also need to install the python package `docker`:
1922
```bash
2023
pip install docker
2124
```

0 commit comments

Comments
 (0)