Comment installer Skimage dans la commande pycharm
# Update pip
python -m pip install -U pip
# Install scikit-image
python -m pip install -U scikit-image
Rajbinder Singh
# Update pip
python -m pip install -U pip
# Install scikit-image
python -m pip install -U scikit-image
python -m pip install -U scikit-image[optional]