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.