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

Commit

Permalink
Merge pull request #71 from quandl/revert-readme-change
Browse files Browse the repository at this point in the history
Revert readme change
  • Loading branch information
ccleung committed May 18, 2016
2 parents 63a1afd + 4f3c59c commit 4681d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2_SERIES_UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ That's it! The new package should be ready to use.

If you wish to continue using the old package during this transitional period please follow the instructions below:

https://github.com/quandl/quandl-python/tree/v2.8.7
https://github.com/quandl/quandl-python/tree/v2.8.9

To continue using Quandl API version 2, do the following:

1. Ensure you have [pip installed](https://pip.pypa.io/en/latest/installing.html)

2. In your Python program's directory, execute `pip freeze > requirements.txt`. Alternatively, create the `requirements.txt` file and enter the desired Quandl package version, e.g., `Quandl==2.8.7`.
2. In your Python program's directory, execute `pip freeze > requirements.txt`. Alternatively, create the `requirements.txt` file and enter the desired Quandl package version, e.g., `Quandl==2.8.9`.

3. Execute `pip install -r requirements.txt` to ensure the desired Quandl package version is installed.

Expand Down

0 comments on commit 4681d4e

Please sign in to comment.