Skip to content

Commit

Permalink
Better way to install from github.
Browse files Browse the repository at this point in the history
  • Loading branch information
Liupold committed Jan 8, 2022
1 parent 110ec4c commit ba5cb51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ From PIP:
```shell
python -m pip install --upgrade fmdpy
```
From github: (after clone)
From github:

```shell
python ./install.py
python -m pip install git+https://github.com/Liupold/fmdpy
```
## UPDATE

Expand Down

0 comments on commit ba5cb51

Please sign in to comment.