From 8c7dfe4d580d17d72776684c25df20f7ecf9af1a Mon Sep 17 00:00:00 2001 From: Shyue Ping Ong Date: Mon, 24 Jun 2024 14:43:56 -0700 Subject: [PATCH] Updafte dosc. --- README.md | 2 +- docs/index.md | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0a197a9e..d2463759 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ version is likely to be more buggy, but may contain new features. The Github ver complete unit testing. After cloning the source, you can type ```sh -python setup.py install +pip install -e . ``` or to install the package in developmental mode:: diff --git a/docs/index.md b/docs/index.md index 75be45e8..c033246e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -54,11 +54,9 @@ The developmental version is likely to be more buggy, but may contain new featur Github version include test files as well for complete unit testing. After cloning the source, you can type:: - python setup.py install + pip install -e . -or to install the package in developmental mode:: - - python setup.py develop +to install the package in editable mode. ## Requirements