From 4f3c59c58c84fd88ed02db7079717795d0bfdc03 Mon Sep 17 00:00:00 2001 From: Clement Leung Date: Wed, 18 May 2016 16:23:12 -0400 Subject: [PATCH] Revert "Fix bad link to 2 series." This reverts commit 63a1afdb4bfedf92b589d0242b63c7294caca975. --- 2_SERIES_UPGRADE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2_SERIES_UPGRADE.md b/2_SERIES_UPGRADE.md index 458f6ea..c5c9c82 100644 --- a/2_SERIES_UPGRADE.md +++ b/2_SERIES_UPGRADE.md @@ -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.