You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# First Update conda
conda update conda
# Change directory into recipes folder
# Build the recipe
cd recipes
conda build <tool>
# Upload the recipe
anaconda upload <location of tar bz2 from conda build> --user knights-lab