Update branch info
This commit is contained in:
parent
5f23f1c04c
commit
b8fd0276df
|
@ -1,3 +1,6 @@
|
||||||
|
# Branches
|
||||||
|
All PRs should be made against the `devel` branch.
|
||||||
|
|
||||||
# `black`
|
# `black`
|
||||||
Be sure to run
|
Be sure to run
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,20 @@
|
||||||
`stockquotes` is a Python module for collecting stock, ETF, and mutual fund
|
`stockquotes` is a Python module for collecting stock, ETF, and mutual fund
|
||||||
quotes and historical data from Yahoo! Finance.
|
quotes and historical data from Yahoo! Finance.
|
||||||
|
|
||||||
|
# Branches
|
||||||
|
|
||||||
|
* `devel`: current development version
|
||||||
|
* `stable`: latest stable release
|
||||||
|
|
||||||
|
All PRs should be made against devel.
|
||||||
|
|
||||||
# Requirements
|
# Requirements
|
||||||
* Python 3.6+
|
* Python 3.6+
|
||||||
* Beautiful Soup 4
|
* Beautiful Soup 4
|
||||||
|
|
||||||
# Installation
|
# 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.
|
Do not install from PyPI; the PyPI package is no longer updated.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user