diff options
author | Vee9ahd1 <[email protected]> | 2019-05-20 23:04:37 -0400 |
---|---|---|
committer | Vee9ahd1 <[email protected]> | 2019-05-20 23:04:37 -0400 |
commit | 9a67c02438e1e3231340b5019dd9fb1b43a4f779 (patch) | |
tree | 6e9014379d3446d4e1bca473a5983a4b013e6bea /README.md | |
parent | 63c9b4d4e935b9cc30d0fb2991dc4b67f9f1bef4 (diff) |
added instruction to install git to readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 ``` |