Skip to content

Commit

Permalink
Updafte dosc.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Jun 24, 2024
1 parent 8c012e6 commit 8c7dfe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down
6 changes: 2 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8c7dfe4

Please sign in to comment.