Skip to content

Commit

Permalink
update README.md : adding link to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadRaziei committed Nov 11, 2023
1 parent 8f8a9a1 commit 9de8480
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,17 @@ sudo make install
### Python and Command Line:
Be aware that it required `python>=3.8`
#### Installation
###### pip by [pypi](https://pypi.org/project/liburlparser/)
```sh
pip install liburlparser
```
Or
###### pip by [git](https://github.com/mohammadraziei/liburlparser)
```sh
pip install git+https://github.com/mohammadraziei/liburlparser
```
Or
###### manually
```sh
git clone https://github.com/mohammadraziei/liburlparser
pip install ./liburlparser
Expand Down Expand Up @@ -218,8 +221,9 @@ Distributed under the MIT License. See [LICENSE](LICENSE) for more information.
<!-- Gal Ben David - gal@intsights.com -->
Project Link: [https://github.com/mohammadraziei/liburlparser](https://github.com/mohammadraziei/liburlparser)
Project Link:
- [https://github.com/mohammadraziei/liburlparser](https://github.com/mohammadraziei/liburlparser)
- [pypi.org/project/liburlparser/](pypi.org/project/liburlparser/)
Expand Down

0 comments on commit 9de8480

Please sign in to comment.