Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 486 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 486 Bytes

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