Skip to content

Commit

Permalink
Changed relative import and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRPorter committed Jul 13, 2017
1 parent 2dc2eba commit 6a2143d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
yahoo-historical
================

Installation

.. code::
python -m pip install yahoo-historical
Usage
-----

Expand All @@ -18,6 +24,7 @@ Example output:

.. code::
>>>from yahoo_historical import Fetcher
>>>data = Fetcher("AAPL", [2007,1,1], [2017,1,1]).getHistorical()
>>>for row in data:
>>> print(row)
Expand Down
2 changes: 1 addition & 1 deletion yahoo_historical/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from fetch import Fetch
from yahoo_historical.fetch import Fetcher

0 comments on commit 6a2143d

Please sign in to comment.