Add install instructions
This commit is contained in:
@@ -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
|
||||
|
||||
2
setup.py
2
setup.py
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user