Skip to content

Latest commit

 

History

History

imageProcessing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Image Processing with Jay Unruh

START HERE for Jupyter Notebook intro

  1. Go to https://github.com/jayunruh/python_IP_course

STOP HERE for Jupyter Notebook intro

  1. Clone the Repository
  2. Click on the Green Code button.
  3. Click on SSH tab
  4. Copy the git address for the repo "git@github.com:jayunruh/python_IP_course.git"
  5. Go to your terminal window.
  6. Navigate somewhere outside of any git repositories
cd ~/
mdkir image_processing
git clone git@github.com:jayunruh/python_IP_course.git
cd python_IP_course
  1. Now Follow the instructions in the README.md of python_IP_course repository