aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
```