xflux-gui / fluxgui

Better lighting for Linux. Open source GUI for xflux
https://justgetflux.com/linux.html
Other
2.81k stars 174 forks source link

changing to Python3 version on documentation #94

Closed FelipeRuizGarcia closed 6 years ago

FelipeRuizGarcia commented 6 years ago

Currently Python2 doesnt runs download-xflux.py. Python3 works correctly. ( Download the file correctly )

ntc2 commented 6 years ago

@Transmigracion , both of

python2 download-xflux.py

and

python3 download-xflux.py

work for me.

$ python2 --version
Python 2.7.12
$ python3 --version
Python 3.5.2

So, I'm not going to merge this, but thanks anyway!