manually install python modules
Contents
manually install python modules
https://stackoverflow.com/questions/32798137/importerror-no-module-named-appdirs
download modules from pypi.python.org
gunzip appdirs-1.4.3.tar.gz
tar -xvf appdirs-1.4.3.tar
cd appdirs-1.4.3
sudo python setup.py install
Author -
LastMod 2018-06-20