Skip to content

Commit

Permalink
readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Schimansky committed Feb 11, 2021
1 parent 1b4bc7c commit bb61bfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Then you can do:
```
python3 main.py
```
*Note that macOS dark-mode **only** works with **anaconda** python version.*

### Create standalone application
You can also create a standalone application for macOS or Windows by yourself. For macOS you can use py2app:
Expand All @@ -30,7 +31,7 @@ python3.8 setup.py py2app
For windows, you would need to use py2exe instead and modify the setup.py file.

To keep application size as small as possible, make sure you create a virtual environment where you install
only the necessary libraries. Note that the macOS dark-mode currently **only** works with the **anaconda python** Version.
only the necessary libraries. The macOS dark-mode currently **only** works with the **anaconda python** Version.
If you compile the app with a python.org version, you have to disable the dark-mode by deleting
the ```'NSRequiresAquaSystemAppearance': False```entry in setup.py, which causes the application window to go
into dark-mode.

0 comments on commit bb61bfb

Please sign in to comment.