From 9a67c02438e1e3231340b5019dd9fb1b43a4f779 Mon Sep 17 00:00:00 2001 From: Vee9ahd1 Date: Mon, 20 May 2019 23:04:37 -0400 Subject: added instruction to install git to readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 405c1a8..89eab59 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,13 @@ Python-based cli tools for generating images using bigGAN. ## Instructions 1. Install Python 3 (note for macOS users: if you are going to use brew to install python make sure you replace `python` with `python3` and `pip` with `pip3` in all of the following steps). -2. Install gantools +2. Install git +https://git-scm.com/downloads +3. Install gantools ``` pip install git+https://gitlab.com/Vee9ahd1/gantools ``` -3. Read the help dialog +4. Read the help dialog ``` gantools -h ``` -- cgit v1.2.1