Skip to content

Commit

Permalink
add PyPI url
Browse files Browse the repository at this point in the history
  • Loading branch information
duducheng committed Nov 22, 2021
1 parent 4b6e202 commit 9713611
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -30,10 +30,14 @@ Please note that this dataset is **NOT** intended for clinical use.
* [EXTERNAL] [`MedMNIST/experiments`](https://github.com/MedMNIST/experiments): training and evaluation scripts to reproduce both 2D and 3D experiments in our paper, including PyTorch, auto-sklearn, AutoKeras and Google AutoML Vision together with their weights ;)

# Installation and Requirements
Setup the required environments and install `medmnist` as a standard Python package from PyPI:
Setup the required environments and install `medmnist` as a standard Python package from [PyPI](https://pypi.org/project/medmnist/):

pip install medmnist

Or install from source:

pip install --upgrade git+https://github.com/MedMNIST/MedMNIST.git

Check whether you have installed the latest [version](medmnist/info.py):

>>> import medmnist
Expand Down

0 comments on commit 9713611

Please sign in to comment.