Skip to content

Commit 78c2aa4

Browse files
committed
Update README.md with wheel information
1 parent 1d707a4 commit 78c2aa4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,27 @@ distribution, the name of the packages (if they are provided) may
4242
differ from the ones given here. The reference commands are for Ubuntu.
4343
```bash
4444
# Include libx11-dev if you wish to run the ambilight example
45-
sudo apt-get install cmake libusb-dev
45+
sudo apt-get install cmake libusb-1.0.0-dev
4646
cd Source/masterkeys-linux # Or wherever you have cloned the repo
47+
# Automatically also builds target ambilight
48+
# Exclude the examples in the CMakeLists.txt if you do not have libx11-dev
4749
cmake .
4850
make
4951
sudo make install
5052

5153
# For the Python library (system-wide install)
5254
sudo python -m pip install scikit-build
5355
sudo python setup.py install
56+
57+
# Or if you would rather install from PyPI
58+
sudo python -m pip install masterkeys
5459
```
5560

61+
Wheels are not provided at this time because building `manylinux` wheels
62+
requires a different environment. It is considered as a possibility
63+
though. Until that time, it is possible to use the normal `linux_x86_64`
64+
wheels provided on the [releases-page](https://github.com/RedFantom/masterkeys-linux/releases).
65+
5666
## Contributing
5767
Pull Requests and contributions in other forms (such as issue reports)
5868
as well as tips or possible improvements are very welcome! As mentioned,

0 commit comments

Comments
 (0)