From a986020df2a30dac440178886a2c5362b61006e3 Mon Sep 17 00:00:00 2001 From: Liora Milbaum Date: Sun, 29 Jul 2018 19:39:38 +0300 Subject: [PATCH 1/3] bumping git version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddf2c81..f020873 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Setting Up Python Interpreter + Flask -* Install Git from https://git-scm.com/downloads. Current version - 2.16.3 +* Install Git from https://git-scm.com/downloads. Current version - 2.18.0 * macOS @@ -34,4 +34,4 @@ activate pip install -r requirements.txt ``` -* Workshop video in YouTube "Miguel Grinberg - Flask Workshop - PyCon 2015" https://www.youtube.com/watch?v=DIcpEg77gdE \ No newline at end of file +* Workshop video in YouTube "Miguel Grinberg - Flask Workshop - PyCon 2015" https://www.youtube.com/watch?v=DIcpEg77gdE From c74de2418b71d4a53d5ba541284b6dbd201c1ab3 Mon Sep 17 00:00:00 2001 From: Liora Milbaum Date: Mon, 30 Jul 2018 17:35:19 +0300 Subject: [PATCH 2/3] fix clone permission issue --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index f020873..6b7d244 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,6 @@ pip install -r requirements.txt ``` pip install virtualenv -git clone git@github.com:miguelgrinberg/flask-pycon2015.git - -(if you got an error like "Permission denied", try the following statement instead: git clone https://github.com/miguelgrinberg/flask-pycon2015.git) cd flask-pycon2015 From e953389072ddb2aa1a35a5ee4572202046b9fdfa Mon Sep 17 00:00:00 2001 From: Liora Milbaum Date: Mon, 30 Jul 2018 17:49:46 +0300 Subject: [PATCH 3/3] minor corrections --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b7d244..09f2197 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ * Open Term and run the following commands: ``` -git clone git@github.com:miguelgrinberg/flask-pycon2015.git +git clone https://github.com/miguelgrinberg/flask-pycon2015.git cd flask-pycon2015 virtualenv -p python3 venv source venv/bin/activate @@ -21,9 +21,7 @@ pip install -r requirements.txt * Open Command Prompt and run the following commands: ``` pip install virtualenv - -git clone https://github.com/miguelgrinberg/flask-pycon2015.git) - +git clone https://github.com/miguelgrinberg/flask-pycon2015.git cd flask-pycon2015 virtualenv venv cd venv\Scripts