diff --git a/website/docs/Installation.md b/website/docs/Installation.md index 8310e5949341..9860c83b1a31 100644 --- a/website/docs/Installation.md +++ b/website/docs/Installation.md @@ -1,5 +1,14 @@ # Installation +## Setup Virtual Environment + +When not using a docker container, we recommend using a virtual environment to install AutoGen. This will ensure that the dependencies for AutoGen are isolated from the rest of your system. + +```bash +python3 -m venv autogen +source autogen/bin/activate +``` + ## Python AutoGen requires **Python version >= 3.8**. It can be installed from pip: