cmd prompt error saying src directory doesn't exist.
I was installing src 0.0.6 package through cmd and I got an error I couldn't figure out. Seeking for a help!
cmd prompt error saying src directory doesn't exist.
I was installing src 0.0.6 package through cmd and I got an error I couldn't figure out. Seeking for a help!
From the src package directory, run C:\Python27\python.exe setup.py install
or add python to your path environment variable following the steps here: adding python path on windows and run python setup.py install
from the src package directory.