From b0b7f78a1c75d9e638a1879edc45f071a934ec0c Mon Sep 17 00:00:00 2001 From: Ross Williams Date: Mon, 4 Dec 2023 00:51:22 +0000 Subject: [PATCH] Updated README for developer instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8829832..0d844f1 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,10 @@ git clone ``` where `` can be replaced by either the https or ssh addresses of the forked repo. -### *Step 2.3 Install pyMechT as editable* -To install an editable version of pyMechT, navigate to the locally cloned repo and execute: +### *Step 2.3 Install developer version of pyMechT* +To install a developer version of pyMechT, navigate to the locally cloned repo and execute: ```sh -pip install -e . +python setup.py develop ``` An editable version of pyMechT is now installed. All local changes to the cloned source code files will be reflected when pyMechT is imported.