forked from RomanHargrave/displaycal
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed #162 - Updated ``requirement.txt`` and ``setup.cfg`` to only install ``dbus-python`` on Linux systems. - Updated README file as the MacOS instruction was not correct.
- Loading branch information
Showing
3 changed files
with
4 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,8 +70,8 @@ Prerequisites: | |
Please install these from your package manager. | ||
|
||
```shell | ||
# Brew on Macs | ||
brew install pkg-config dbus glib gtk+3 | ||
# Brew on MacOS | ||
brew install glib gtk+3 [email protected] | ||
|
||
# Debian installs | ||
apt-get install build-essential dbus libglib2.0-dev pkg-config libgtk-3-dev libxxf86vm-dev | ||
|
@@ -110,15 +110,6 @@ This should install DisplayCAL. To run the UI: | |
displaycal | ||
``` | ||
|
||
ATTENTION! | ||
---------- | ||
|
||
Previously the ``--install-data=$HOME/.local`` option has to be used with the | ||
``setup.py`` script in order to let the DisplayCAL to find the required data files. But | ||
it is not needed anymore, and it is a good idea to delete the ``DisplayCAL*`` files and | ||
folders from the ``site-packages`` folder of your ``python`` interpreter if you used | ||
that option in a previous version of ``DisplayCAL-py3``. | ||
|
||
Road Map | ||
-------- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
attrdict3 | ||
build | ||
certifi | ||
dbus-python | ||
dbus-python; sys_platform=='linux' | ||
distro | ||
numpy | ||
Pillow | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters