I already have scipy, numpy installed. Why do I need to install them in my cloned git repo?
There is a repo on github, i clone it to my local machine, go inside it .
git clone https://github.com/rushter/SOME_REPO
cd SOME_REPO
pip install scipy numpy // why install these in a new cloned repo?