diff options
-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 ``` |