correct requirements and install instructions

This commit is contained in:
AJ 2023-08-16 21:32:50 +03:00
parent 9dea1f084f
commit 285f6334ed
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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