Skip to content

Commit

Permalink
docs: added virtual environment setup process (#249)
Browse files Browse the repository at this point in the history
* docs: added virtual environment setup process

* Update website/docs/Installation.md

---------

Co-authored-by: Li Jiang <[email protected]>
Co-authored-by: Chi Wang <[email protected]>
  • Loading branch information
3 people authored Oct 17, 2023
1 parent 88ebb77 commit 45677e3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/docs/Installation.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 45677e3

Please sign in to comment.