From 285f6334ed060bcad9b6d4fcb586e21924533c6f Mon Sep 17 00:00:00 2001 From: AJ Date: Wed, 16 Aug 2023 21:32:50 +0300 Subject: [PATCH] correct requirements and install instructions --- README.md | 2 ++ requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47ad424d2..a66535f95 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/requirements.txt b/requirements.txt index c18145b98..c5440abe0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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