Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Commit

Permalink
Update branch info
Browse files Browse the repository at this point in the history
  • Loading branch information
kj7rrv committed Dec 5, 2021
1 parent 5f23f1c commit b8fd027
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Branches
All PRs should be made against the `devel` branch.

# `black`
Be sure to run

Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit b8fd027

Please sign in to comment.