From 299680c77631684e93925c67ce46f9ed76671876 Mon Sep 17 00:00:00 2001 From: successren Date: Wed, 3 Apr 2024 20:51:15 +0800 Subject: [PATCH] update readme --- README.md | 5 ++++- README_zh.md | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e248b1b..f86f394a 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,10 @@ If you need to use it for commercial purposes, please follow the license of Qwen | | git-lfs | | [git-lfs install](https://git-lfs.com/) | -### Installation +### Installation(Pure Python environment) +If you prefer not to use Docker for installation, we provide a [Pure Python Installation Guide](https://github.com/netease-youdao/QAnything/tree/develop_for_v1.3.1?tab=readme-ov-file#pure-python-environment-installation-guide). The installation of a pure Python environment is intended for demo purposes only and is not recommended for deployment in a production environment. + +### Installation(Docker) ### step1: pull qanything repository ```shell git clone https://github.com/netease-youdao/QAnything.git diff --git a/README_zh.md b/README_zh.md index 63589e48..56daa3bd 100644 --- a/README_zh.md +++ b/README_zh.md @@ -156,7 +156,11 @@ QAnything使用的检索组件[BCEmbedding](https://github.com/netease-youdao/BC | | Docker Desktop | >= 4.26.1(131620) | [Docker Desktop for Windows](https://docs.docker.com/desktop/install/windows-install/) | | | git-lfs | | [git-lfs install](https://git-lfs.com/) | -### 下载安装 +### 下载安装(纯python环境) +不想用docker环境安装的,我们提供了[纯Python版本安装教程](https://github.com/netease-youdao/QAnything/blob/develop_for_v1.3.1/README_zh.md#%E7%BA%AFpython%E7%8E%AF%E5%A2%83%E5%AE%89%E8%A3%85%E6%95%99%E7%A8%8B),纯python环境的安装仅作为demo体验,不建议生产环境部署。 + +### 下载安装(docker环境) + ### step1: 下载本项目 ```shell git clone https://github.com/netease-youdao/QAnything.git