Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
conda: add README.
Browse files Browse the repository at this point in the history
whitequark committed Oct 9, 2015
1 parent 354c3c8 commit 390271c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions conda/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Uploading conda packages (Python 3.5)
=====================================

Preparing:

1. [Install miniconda][miniconda]
2. `conda update -q conda`
3. `conda install conda-build`
4. `conda create -q -n py35 python=3.5`
5. `conda config --add channels https://conda.anaconda.org/m-labs/channel/dev`

Building:

1. `conda build pkgname --python 3.5`; this command displays a path to the freshly built package
2. `anaconda upload <package> -c main -c dev`

[miniconda]: http://conda.pydata.org/docs/install/quick.html#linux-miniconda-install

0 comments on commit 390271c

Please sign in to comment.