From f5ac3a2c11c91c76aa23ec48594ba9e10d9bd074 Mon Sep 17 00:00:00 2001 From: Fillianore Date: Thu, 4 Dec 2025 18:48:40 +0800 Subject: [PATCH] typo : error conda env name in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31e78b5..62d4384 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A Multi-agent network combines AI-oriented database and complex computational ma ```bash # Create and activate an environment (optional but recommended) -conda create -n pfd python=3.12 -y +conda create -n matcreator python=3.12 -y conda activate matcreator # From the project root