Link Search Menu Expand Document

Creating a Package

To create a conda package, the first step is to have a publishable/buildable package. For the purpose of this course, we will create a buildable python package that we will then upload to the anaconda package system.

  1. Creating a Python package
  2. Creating a Conda package