From 7ffbfd274f5081f408f7f9cec767665b0473367b Mon Sep 17 00:00:00 2001 From: MFA-X-AI Date: Thu, 11 Jul 2024 13:57:43 +0700 Subject: [PATCH] remove install by requirements.txt in core dev --- .../developer-guide/developing-xircuits-core-features.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/main/developer-guide/developing-xircuits-core-features.md b/docs/main/developer-guide/developing-xircuits-core-features.md index 06e4775..44df36e 100644 --- a/docs/main/developer-guide/developing-xircuits-core-features.md +++ b/docs/main/developer-guide/developing-xircuits-core-features.md @@ -29,12 +29,6 @@ python -m venv venv venv/Scripts/activate ``` -Download python packages. - -``` -pip install -r requirements.txt -``` - Run the following commands to install the package in local editable mode and install xircuits into the JupyterLab environment. ```