Skip to content

Commit

Permalink
Merge pull request #24 from ankushaggarwal/ross/updating_dev_install
Browse files Browse the repository at this point in the history
Updated README for developer instructions
  • Loading branch information
ankushaggarwal authored Dec 12, 2023
2 parents 2d8b695 + b0b7f78 commit 0c67fde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ git clone <repo-address>
```
where `<repo-address>` 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.

Expand Down

0 comments on commit 0c67fde

Please sign in to comment.