Activity 1.4.3 Arrays and Images - Mr. Meserve's Class

Most of our scripts rely on external dependencies such as numpy, pandas, or sklearn. These allow you to quickly and easily get started coding with machine learning! To manually install dependencies, you’ll need pip.Start off by checking if you already have pip installed:$ pip --versionIf you see something along the lines of “pip x.x.x from ... ................
................