mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
correct requirements and install instructions
This commit is contained in:
parent
9dea1f084f
commit
285f6334ed
2 changed files with 4 additions and 1 deletions
|
|
@ -71,6 +71,8 @@ # Step 3: Clone the repository to your local machine, and install it.
|
|||
MMDC: "./node_modules/.bin/mmdc"
|
||||
```
|
||||
|
||||
- if `python setup.py install` fails with error `[Errno 13] Permission denied: '/usr/local/lib/python3.11/dist-packages/test-easy-install-13129.write-test'`, try instead running `python setup.py install --user`
|
||||
|
||||
### Installation by Docker
|
||||
|
||||
```bash
|
||||
|
|
|
|||
|
|
@ -16,7 +16,8 @@ meilisearch==0.21.0
|
|||
numpy==1.24.3
|
||||
openai==0.27.8
|
||||
openpyxl
|
||||
pandas==1.4.1
|
||||
beautifulsoup4==4.12.2
|
||||
pandas==2.0.3
|
||||
pydantic==1.10.8
|
||||
#pygame==2.1.3
|
||||
#pymilvus==2.2.8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue