Skip to content

Commit

Permalink
Update Installation.md-with detailed explanation on add a period or n…
Browse files Browse the repository at this point in the history
…ewline 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]>
  • Loading branch information
05hiteshbansal and qingyun-wu authored Oct 13, 2023
1 parent 0d748b5 commit 828d539
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions website/docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ conda install pyautogen -c conda-forge
``` -->

### Optional Dependencies
* docker
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`:
1. For the best user experience and seamless code execution, we highly recommend using Docker with AutoGen.
2. Docker is a containerization platform that simplifies the setup and execution of your code.
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.

To use docker for code execution, you also need to install the python package `docker`:
```bash
pip install docker
```
Expand Down

0 comments on commit 828d539

Please sign in to comment.