Skip to content

Commit 2821c17

Browse files
committed
📄 Docs(Build): Available in PyPI.
1 parent 2f8be30 commit 2821c17

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ This port allows Python developers to create GUI applications with a modern and
77

88
## Install
99

10+
### Install from PyPI
11+
12+
[Python-Awthemes](https://pypi.org/project/python-awthemes/) is available in PyPI.
13+
14+
```bash
15+
pip install python-awthemes
16+
```
17+
18+
alternatively, add this to your `requirements.txt` file:
19+
20+
```requirements.txt
21+
python-awthemes
22+
```
23+
1024
### Install from GitHub
1125

1226
```bash

0 commit comments

Comments
 (0)