Skip to content

Commit

Permalink
Clarify that Windows is only supported via conda
Browse files Browse the repository at this point in the history
  • Loading branch information
jalan committed Dec 9, 2019
1 parent 0cc9bc1 commit a905cd6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,13 @@ Conda users may also need `libgcc`:
conda install libgcc
```

Windows:
Windows is currently supported only through conda:

Install Build Tools for Microsoft Visual Studio C++

Install poppler through conda:
```
conda install poppler
```
- Install the Microsoft Visual C++ Build Tools
- Install poppler through conda:
```
conda install -c conda-forge poppler
```


## Install
Expand Down

0 comments on commit a905cd6

Please sign in to comment.