From e303e3c507535c5fa33c4fa7da44cc85e5bf7e47 Mon Sep 17 00:00:00 2001 From: Mia Steinkirch Date: Sun, 27 Oct 2019 20:27:18 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=9D=20=20Clean=20up=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- First_edition_2014/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/First_edition_2014/README.md b/First_edition_2014/README.md index f8a3825..eb1e807 100644 --- a/First_edition_2014/README.md +++ b/First_edition_2014/README.md @@ -1,9 +1,9 @@ -## Python & Algorithms Book 1st Edition (2014, a published by Hanbit Media) +## Python, Algorithms and Data Structures (2014) -➡️ 📚[Download PDF (first edition)](https://github.com/bt3gl/Python-and-Algorithms-and-Data-Structures/blob/master/First_edition_2014/ebook_pdf/book_second_edition.pdf). +[Download PDF (first edition,published by Hanbit Media)](https://github.com/bt3gl/Python-and-Algorithms-and-Data-Structures/blob/master/First_edition_2014/ebook_pdf/book_second_edition.pdf). -## Installation: +## To run the snippet: Install dependencies in a [virtual environment](https://coderwall.com/p/8-aeka): @@ -12,3 +12,4 @@ virtualenv venv source venv/bin/activate pip install -r requirements.txt ``` +