I\'m having trouble with using \'requests\' module on my Mac. I use python34 and I installed \'requests\' module via pip. I can verify this via running installation again an
On windows I had to cd into the venv folder and then cd into the scripts folder, then pip install module started to work
cd venv cd scripts pip install module