I know how to install packages in Anaconda using conda install and also how to install packages that are on PyPi which is described in the manual.
conda install
But h
I'm able to include local modules using the following:
conda-develop /path/to/module/
I hope it helps.