Update branch info

This commit is contained in:
Samuel Sloniker 2021-12-04 19:00:34 -08:00
parent 5f23f1c04c
commit b8fd0276df
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# Branches
All PRs should be made against the `devel` branch.
# `black`
Be sure to run

View File

@ -1,13 +1,20 @@
`stockquotes` is a Python module for collecting stock, ETF, and mutual fund
quotes and historical data from Yahoo! Finance.
# Branches
* `devel`: current development version
* `stable`: latest stable release
All PRs should be made against devel.
# Requirements
* Python 3.6+
* Beautiful Soup 4
# Installation
pip3 install git+https://github.com/kj7rrv/stockquotes
pip3 install git+https://github.com/kj7rrv/stockquotes@stable
Do not install from PyPI; the PyPI package is no longer updated.