Skip to content

Commit 7bdd1ad

Browse files
authored
Update README.md
1 parent 1ac1361 commit 7bdd1ad

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@
88
[![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)
99
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)
1010

11-
Python API wrapper for https://api-onepiece.com/
11+
Python API wrapper for https://api-onepiece.com/ \
1212
Thank's to this package you can simply get informations about One Piece characters, fruits, crews, etc.
1313
Learn more about possibilities in the [Usage](#usage) section.
14-
This package is still in development, so it may not be stable.
14+
This package is still in development and it's my very first python package, so it may not be stable.
1515

1616
## Installation
1717

1818
There are several solutions :
1919

20+
- Use this command ``pip install onepyece`` to get it from [PyPi](https://pypi.org/project/onepyece/)
2021
- Use this command ``pip install git+https://github.com/icepick4/onepyece`` to download it from this repo.
21-
- [⚠️COMING SOON] Download either the .zip or the tar.gz archive from the last release and then use this command `` pip install <path_to_archive> ``
22+
- Download either the .zip or the tar.gz archive from the last release and then use this command `` pip install <path_to_archive> ``
2223

2324
## Usage
2425

0 commit comments

Comments
 (0)