Fix typo in docs/setup.md (#4613)

fix typo: depedencies -> dependencies

Co-authored-by: Reinier van der Leer <github@pwuts.nl>
This commit is contained in:
digger yu
2023-06-12 07:17:48 +08:00
committed by GitHub
parent 2ce6ae6707
commit a7faab32fe

View File

@@ -172,7 +172,7 @@ If you need to upgrade Docker Compose to a newer version, you can follow the ins
Once you have a recent version of docker-compose, run the commands below in your Auto-GPT folder.
1. Build the image. If you have pulled the image from Docker Hub, skip this step (NOTE: You *will* need to do this if you are modifying requirements.txt to add/remove depedencies like Python libs/frameworks)
1. Build the image. If you have pulled the image from Docker Hub, skip this step (NOTE: You *will* need to do this if you are modifying requirements.txt to add/remove dependencies like Python libs/frameworks)
:::shell
docker-compose build auto-gpt