comparison requirements.txt @ 127:9d3d700a65b7

setup: proper setup.py: setup.py is working, but there is two issues with Kivy: cython need to be installed first, and stable version currently doesn't work with most recent cython (cf. https://github.com/kivy/kivy/issues/5375 and https://github.com/kivy/kivy/issues/5606). A requirements.txt has been added to use dev version of sat + dev version of kivy which works with latest cython. Once cython is installed, pip install -r requirements.txt works fine.
author Goffi <goffi@goffi.org>
date Thu, 05 Apr 2018 18:47:02 +0200
parents
children cd448b877d1d
comparison
equal deleted inserted replaced
126:cd99f70ea592 127:9d3d700a65b7
1 -e git+https://github.com/kivy/kivy.git#egg=kivy
2 -e hg+https://repos.goffi.org/sat#egg=sat
3 -e .