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