annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
127
9d3d700a65b7 setup: proper setup.py:
Goffi <goffi@goffi.org>
parents:
diff changeset
1 -e git+https://github.com/kivy/kivy.git#egg=kivy
9d3d700a65b7 setup: proper setup.py:
Goffi <goffi@goffi.org>
parents:
diff changeset
2 -e hg+https://repos.goffi.org/sat#egg=sat
9d3d700a65b7 setup: proper setup.py:
Goffi <goffi@goffi.org>
parents:
diff changeset
3 -e .