I'm running python 3.7 and idle.
I can't use pip because of the firewall at work (I think).
I tried following these instructions:
How to manually install a pypi module without pip/easy_install?
When I try to install matplotlib it looks for numpy, so I assume it's a prerequisite. numpy looks for VS c++ 14.0, so I assume that is also a prerequisite. Are my assumptions right?
Installing VS may be a pain due to hard drive space. I want to make sure I don't do it for nothing.
When I download and unzip the installation folders where is a good place to save them to make life easier? I have a 'python37' folder in c drive and I created a new folder there. Is there somewhere better for referencing?
Please be as explicit as possible in your answers, all of this is new to me.