Description
Hello @DanielGoldfarb,
I'm running mplfinance on Raspberry Pi Zero under Raspbian Buster because I have easy access to this hardware that I have dedicated for unattended operations 24x7 ):
`$ cat /proc/cpuinfo
processor : 0
model name : ARMv6-compatible processor rev 7 (v6l)
BogoMIPS : 697.95
Features : half thumb fastmult vfp edsp java tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xb76
CPU revision : 7
Hardware : BCM2835
Revision : 9000c1
Serial : 00000000
Model : Raspberry Pi Zero W Rev 1.1
pi@raspbari3:~ $ uname -a
Linux raspbari3 4.19.97+ #1294 Thu Jan 30 13:10:54 GMT 2020 armv6l GNU/Linux
$
I installed **mplfinance** using standard _pip_ operation as follows (sudo is superfluous but old habits die hard):
sudo python3 -m pip install mplfinance`
The process installed mplfinance v0.11
Please add a paragraph or two in your installation section of the documentation on how to upgrade using the github repository. As you can understand I am a novice at these things and running ./setup.py did not work out at all for me. I am not planning to use Jupyter/IPython/Cython/etc. I will simply use cron to plot daily (with data from alphavantage) in batch mode and post the saved plots for review. If you feel that this is not the best way to use mplfinance, please do let me know and I will adjust according to your suggestions. Thanks again.
Kind regards.