File tree Expand file tree Collapse file tree 2 files changed +5
-19
lines changed Expand file tree Collapse file tree 2 files changed +5
-19
lines changed Original file line number Diff line number Diff line change 11
11
12
12
## Installation
13
13
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 :
15
15
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
+ ```
33
19
34
20
## Usage
35
21
Original file line number Diff line number Diff line change 5
5
6
6
setup (
7
7
name = "polar-python" ,
8
- version = "0.0.1 " ,
8
+ version = "0.0.2 " ,
9
9
packages = find_packages (),
10
10
install_requires = ["bleak" ],
11
11
author = "Zhe_Learn" ,
You can’t perform that action at this time.
0 commit comments