Skip to content

Commit 548b8d0

Browse files
committed
docs: update README with PyPI installation instructions
1 parent 7050879 commit 548b8d0

File tree

2 files changed

+5
-19
lines changed

2 files changed

+5
-19
lines changed

README.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,11 @@
1111

1212
## Installation
1313

14-
Since `polar-python` is not yet available on PyPI, you can install it locally by following these steps:
14+
You can install `polar-python` from PyPI using pip:
1515

16-
1. Clone the repository:
17-
18-
```sh
19-
git clone https://github.com/yourusername/polar-python.git
20-
```
21-
22-
2. Navigate to the project directory:
23-
24-
```sh
25-
cd polar-python
26-
```
27-
28-
3. Install the package using pip:
29-
30-
```sh
31-
pip install .
32-
```
16+
```sh
17+
pip install polar-python
18+
```
3319

3420
## Usage
3521

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="polar-python",
8-
version="0.0.1",
8+
version="0.0.2",
99
packages=find_packages(),
1010
install_requires=["bleak"],
1111
author="Zhe_Learn",

0 commit comments

Comments
 (0)