Skip to content

Commit

Permalink
update with instructions for installation for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Feb 13, 2020
1 parent ff09e94 commit dffdbd8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ You will need a machine with a GPU and CUDA installed. Then pip install the pack
$ pip install stylegan2_pytorch
```

If you are using a windows machine, the following commands reportedly works.

```bash
$ conda install pytorch torchvision -c python
$ conda install stylegan2_pytorch
```

## Use

```bash
Expand Down

0 comments on commit dffdbd8

Please sign in to comment.