diff options
author | Vee9ahd1 <[email protected]> | 2019-05-20 20:59:17 -0400 |
---|---|---|
committer | Vee9ahd1 <[email protected]> | 2019-05-20 20:59:17 -0400 |
commit | 8268c3d57e0788798976777f6792059798fcac42 (patch) | |
tree | 376235e0482e5739e4a37c9471467403ddc9459d | |
parent | 865f74669517cd878c072061601d4aba4015b34a (diff) |
revised readme
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ -#GANtools +# GANtools Python-based cli tools for generating images using bigGAN. -##Instructions +## 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 ``` @@ -12,7 +12,7 @@ pip install git+https://gitlab.com/Vee9ahd1/gantools ``` gantools -h ``` -4. Example usage: +## Example usage ``` gantools --username [email protected] --password mypassword123 --nframes 20 --keys 7968340a72eabab735d04dba 0416461072e5e22fd6d1637c c37d216dfd865aa7397db242 ``` |