isce-framework / recipes-test

Testing playground for recipes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

recipes-test

Testing playground for recipes

Original instructions from Ryan Burns.

  1. Change your working directory to the recipe that you want to build
cd travis/pyre
  1. Build conda recipe
conda-build .
  1. Login to anaconda
anaconda login
  1. Upload to anaconda channel
anaconda upload pathtotar/pyre-1.0-py37_0.tar.bz2
  1. Test in a different virtual environment that the new package is available
conda install -c channel_name pyre

About

Testing playground for recipes


Languages

Language:Shell 100.0%