Add CI badge

kivy_mainline_and_py3.8
Tyler Goodlet 2018-04-11 00:10:45 -04:00
parent a414cbb0c4
commit 1c7db834b7
1 changed files with 4 additions and 23 deletions

View File

@ -2,6 +2,10 @@ piker
----- -----
Anti-fragile trading gear for hackers, scientists, stay-at-home quants and underpants warriors. Anti-fragile trading gear for hackers, scientists, stay-at-home quants and underpants warriors.
|pypi| |travis| |versions| |license| |docs|
.. |travis| image:: https://img.shields.io/travis/pikers/piker/master.svg
:target: https://travis-ci.org/pikers/piker
Install Install
******* *******
@ -39,29 +43,6 @@ For those running pop-culture distros that don't yet ship ``python3.6``
you'll need to install it as well as `kivy source build`_ dependencies you'll need to install it as well as `kivy source build`_ dependencies
since currently there's reliance on an async development branch. since currently there's reliance on an async development branch.
For `ubuntu` this looks like::
sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt-get update
sudo apt-get install -y \
build-essential \
python3.6 \
python3.6-dev \
ffmpeg \
libsdl2-dev \
libsdl2-image-dev \
libsdl2-mixer-dev \
libsdl2-ttf-dev \
libportmidi-dev \
libswscale-dev \
libavformat-dev \
libavcodec-dev \
zlib1g-dev
# then to create your virtualenv with py3.6
virtualenv -p $(which python3.6) env
.. _kivy source build: .. _kivy source build:
https://kivy.org/docs/installation/installation-linux.html#installation-in-a-virtual-environment https://kivy.org/docs/installation/installation-linux.html#installation-in-a-virtual-environment