You can install the scikit-image in Python by following the given code. If you want to learn Computer Vision then I will highly recommend you to read This book.
If you are using Command Prompt or Anaconda Prompt, then use this code.
pip install scikit-image
If you are using Jupyter Notebook, then use this code to install scikit-image.
!pip install scikit-image