mirror of
https://github.com/OpenBluetoothToolbox/SimpleBLE
synced 2025-10-17 15:32:05 +08:00
31 lines
763 B
ReStructuredText
31 lines
763 B
ReStructuredText
=====
|
|
Usage
|
|
=====
|
|
|
|
SimpleBLE works on Windows, Linux and MacOS. Please follow the instructions below
|
|
to build and run SimplePyBLE in your specific environment.
|
|
|
|
|
|
Installing from PyPI
|
|
====================
|
|
|
|
The fastest way to get going with SimplePyBLE is to install it from PyPI: ::
|
|
|
|
pip install simplepyble
|
|
|
|
Please take into consideration that when using this library on Linux, you will
|
|
need to have the following dependencies installed: ::
|
|
|
|
sudo apt-get install libdbus-1-dev
|
|
|
|
|
|
Installing locally
|
|
====================
|
|
|
|
If you wish to install SimplePyBLE locally, either for development purposes or
|
|
to access the latest features, you can do so by cloning the repository and
|
|
installing it with pip: ::
|
|
|
|
cd <path-to-simpleble>/simplepyble
|
|
pip install .
|