### How to build conda-packages A conda package is a compressed tarball containing the module to be installed and the information on how to install it. A detailed tutorial on how build conda-packages ca be found here ``` https://docs.conda.io/projects/conda-build/en/latest/index.html ```