appdirs¶
A small Python module for determining appropriate platform-specific dirs, e.g. a “user data dir”.
| Home | http://github.com/ActiveState/appdirs | 
| Versions | 1.4.0 | 
| License | MIT License | 
| Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/appdirs | 
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install appdirs
and update with:
conda update appdirs