Skip to content

Commit

Permalink
conda only installation (albumentations-team#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
johngull authored and albu committed Jun 17, 2019
1 parent 372d9d6 commit dfde619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ And it also works in Kaggle GPU kernels [(proof)](https://www.kaggle.com/creafz/
```

### Conda
To install albumentations using conda we need first to install `imgaug` with pip
To install albumentations using conda we need first to install `imgaug` via conda-forge collection
```
pip install imgaug
conda install -c conda-forge imgaug
conda install albumentations -c albumentations
```

Expand Down

0 comments on commit dfde619

Please sign in to comment.