Skip to content

Commit

Permalink
Fix bad link to 2 series.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasset committed May 18, 2016
1 parent 06cf8d6 commit 63a1afd
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.9
https://github.com/quandl/quandl-python/tree/v2.8.7

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.8`.
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`.

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

Expand Down

0 comments on commit 63a1afd

Please sign in to comment.