diff --git a/README.md b/README.md index 8847164e..31f88e5e 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ See our paper: [Visual ChatGPT: Talking, Drawing and Editing with V # create a new environment conda create -n visgpt python=3.8 +# activate the new environment +conda activate visgpt + # prepare the basic environments pip install -r requirement.txt