Skip to content

Commit

Permalink
No release notes for this build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Miller committed Dec 20, 2018
1 parent 58eff8a commit 4adcb85
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,18 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a

Python 2.7 and 3.4+

## Installation & Usage
### Option 1: pip install
## Installation

You can install directly from GitHub:
```sh
pip install intrinio-sdk
```

Then import the package:
```python
import intrinio_sdk
```

## Installation from Github

```sh
pip install git+https://github.com/intrinio/python-sdk.git
Expand All @@ -27,7 +35,7 @@ Then import the package:
import intrinio_sdk
```

### Option 2: Setuptools
## Installation from python-sdk repo

Install via [Setuptools](http://pypi.python.org/pypi/setuptools).

Expand Down

0 comments on commit 4adcb85

Please sign in to comment.