Requires:
- Python 3.6
- Kivy 2.0.0+
- pyo_0.9.1_py3.6_setup.exe
- Kivy-2.0.0.dev0-cp36-cp36m-win32.whl
pip install -r requirements.txt
(if above fails)
pip install Kivy-2.0.0.dev0-cp36-cp36m-win32.whl
pip install kivy_deps.sdl2
pip install kivy_deps.gstreamer
pip install kivy_deps.glew
Pyo must be compiled from source if running on Linux.
Run:
python kivy_sequencer.py
Install the requirements as listed above and run the file directly.
python kivy_sequencer.py
- 0.0.1
- First release, (rough) work in progress
Sam H. – @shuff_co – [email protected]
- Fork it (https://github.com/syfenx/kivysequencer/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request