Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zulko authored Aug 28, 2024
1 parent 7d7bf14 commit 1617aa7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,14 @@ Public domain. Everyone is welcome to contribute !

## Installation

ddeint can be installed by unzipping the source code in one directory and using this command: ::
Install with pip:

(sudo) python setup.py install
```
pip install ddeint
```

You can also install it directly from the Python Package Index with this command: ::
Or install locally in dev mode with:

(sudo) pip install ddeint
```
pip install -e .
```

0 comments on commit 1617aa7

Please sign in to comment.