artiq/conda/README.md

18 lines
571 B
Markdown
Raw Normal View History

2015-10-09 20:05:12 +08:00
Uploading conda packages (Python 3.5)
=====================================
Preparing:
1. [Install miniconda][miniconda]
2. `conda update -q conda`
2015-10-14 08:06:10 +08:00
3. `conda install conda-build jinja2 anaconda`
2015-10-09 20:05:12 +08:00
4. `conda create -q -n py35 python=3.5`
5. `conda config --add channels https://conda.anaconda.org/m-labs/channel/dev`
Building:
2015-10-14 08:06:10 +08:00
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`
2015-10-09 20:05:12 +08:00
[miniconda]: http://conda.pydata.org/docs/install/quick.html#linux-miniconda-install