Add install instructions

This commit is contained in:
Florian Kaiser
2020-11-29 13:18:40 +01:00
parent a55fe59d2b
commit 567d712f67
2 changed files with 8 additions and 1 deletions

View File

@@ -5,6 +5,13 @@ control your dualsense through python. using the hid library this module impleme
- hid >= 1.0.4
# install
Just install the package from pypi
```bash
pip install pydualsense
```
# usage
```python

View File

@@ -11,7 +11,7 @@ setup(
long_description=long_description,
long_description_content_type="text/markdown",
url='https://github.com/flok/pydualsense',
author='Florian Kaiser',
author='Florian K',
license='MIT License',
packages=setuptools.find_packages(),
install_requires=['hid>=1.0.4']