Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 669 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 669 Bytes

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