aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVee9ahd1 <[email protected]>2019-05-20 23:04:37 -0400
committerVee9ahd1 <[email protected]>2019-05-20 23:04:37 -0400
commit9a67c02438e1e3231340b5019dd9fb1b43a4f779 (patch)
tree6e9014379d3446d4e1bca473a5983a4b013e6bea
parent63c9b4d4e935b9cc30d0fb2991dc4b67f9f1bef4 (diff)
added instruction to install git to readme
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
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
```