MIC-DKFZ / batchgenerators

A framework for data augmentation for 2D and 3D image classification and segmentation
Apache License 2.0
1.09k stars 221 forks source link

Single line installation in readme #30

Closed adler-j closed 5 years ago

adler-j commented 5 years ago

The current installation guide is 3-line and assumes that the user has git installed. This might be rather minor but any package on GitHub can be installed in one line without git:

pip install https://github.com/MIC-DKFZ/batchgenerators/archive/master.zip

This might be preferable for the readme.

FabianIsensee commented 5 years ago

Hi, thanks for pointing this out. batchgenerators is on pypi so you can just pip install batchgenerators. Best, Fabian

adler-j commented 5 years ago

Great, thanks!