File: installation.md

package info (click to toggle)
python-usb-devices 0.4.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: python: 174; makefile: 15; javascript: 8; sh: 5
file content (7 lines) | stat: -rw-r--r-- 180 bytes parent folder | download
1
2
3
4
5
6
7
# Installation

The package is published on [PyPI](https://pypi.org/project/usb-devices/) and can be installed with `pip` (or any equivalent):

```bash
pip install usb-devices
```