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

Commit

Permalink
Revert "Fix bad link to 2 series."
Browse files Browse the repository at this point in the history
This reverts commit 63a1afd.
  • Loading branch information
Clement Leung committed May 18, 2016
1 parent 63a1afd commit 4f3c59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2_SERIES_UPGRADE.md
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 4f3c59c

Please sign in to comment.