From 96e3d8af403ca695ba460c71169f4e4c5c901d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Fri, 30 Aug 2024 18:08:46 +0800 Subject: [PATCH] doc: remove conda recommend (#83) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a5c8ae..9d9c175 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Check out our [Demo Video](https://www.bilibili.com/video/BV1pm4y1z7Gm/) here! ## Environment Configuration ### Python Version Limitation -> It is recommended to use conda to manage the Python environment. +> It is recommended to use venv to manage the Python environment. > For the reason of the version limitation, please refer to this [bug](https://github.com/facebookresearch/fairseq/issues/5012).