Skip to content

Commit

Permalink
more changes to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Allderman committed Aug 31, 2018
1 parent 26b042e commit 798f996
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,20 @@ PyIress is a Python interface onto the Iress web services API. See the [Website]

* Dependencies
- zeep
-- For the [Zeep documentation] (https://python-zeep.readthedocs.io/en/master/).

For the [Zeep documentation](https://python-zeep.readthedocs.io/en/master/).
- pandas
-- For the dependencies of `pandas` please refer to the [pandas documentation](http://pandas.pydata.org/pandas-docs/stable/install.html).

For the dependencies of `pandas` please refer to the [pandas documentation](http://pandas.pydata.org/pandas-docs/stable/install.html).

* To install the latest version
pip install pyiress

pip install pyiress


### Some Notes on Use ###

* Pandas is great for data analysis. We pull down the data and add it to a datafrome.
* Pandas is great for data analysis. We pull down the data and add it to a dataframe.


from pyiress import Iress
Expand All @@ -51,6 +54,7 @@ PyIress is a Python interface onto the Iress web services API. See the [Website]
### Resources ###

* Use the help in Iress Pro. Go to Help/API Documentation and select the pertinant resource.
* Any comments welcome.


### Acknowledgements ###
Expand Down

0 comments on commit 798f996

Please sign in to comment.