Mention 3.7 in Readme

kivy_mainline_and_py3.8
Tyler Goodlet 2018-11-23 11:04:21 -05:00
parent a7f3008d34
commit 3ea28f04a4
1 changed files with 10 additions and 7 deletions

View File

@ -1,14 +1,12 @@
piker piker
----- -----
Anti-fragile_ trading gear for hackers, scientists, stay-at-home quants and underpants warriors. Trading gear for hackers.
|pypi| |travis| |versions| |license| |docs| |pypi| |travis| |versions| |license| |docs|
.. |travis| image:: https://img.shields.io/travis/pikers/piker/master.svg .. |travis| image:: https://img.shields.io/travis/pikers/piker/master.svg
:target: https://travis-ci.org/pikers/piker :target: https://travis-ci.org/pikers/piker
.. _Anti-fragile: https://www.sciencedirect.com/science/article/pii/S1877050916302290
Install Install
******* *******
``piker`` is currently under heavy alpha development and as such should ``piker`` is currently under heavy alpha development and as such should
@ -25,7 +23,7 @@ For a development install::
pipenv install --dev -e . pipenv install --dev -e .
pipenv shell pipenv shell
To start the real-time index ETF watchlist:: To start the real-time index ETF watchlist with the `robinhood` backend::
piker watch indexes -l info piker watch indexes -l info
@ -50,7 +48,7 @@ Then start the client app as normal::
Laggy distros Laggy distros
============= =============
For those running pop-culture distros that don't yet ship ``python3.6`` For those running pop-culture distros that don't yet ship ``python3.7``
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.
@ -60,5 +58,10 @@ since currently there's reliance on an async development branch.
Tech Tech
**** ****
``piker`` is an attempt at a pro-grade, next-gen open source toolset ``piker`` is an attempt at a pro-grade, next-gen open source toolset
for trading and financial analysis. As such, it tries to use as much for real-time trading and financial analysis.
cutting edge tech as possible including Python 3.6+ and ``trio``.
It tries to use as much cutting edge tech as possible including (but not limited to):
- Python 3.7+
- ``trio``
- ``tractor``