From fa9cbab77ad6fb8dae6fd51d0eeaea58147744df Mon Sep 17 00:00:00 2001 From: whitequark Date: Wed, 14 Oct 2015 03:06:10 +0300 Subject: [PATCH] conda: fix README. --- conda/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/conda/README.md b/conda/README.md index e37f241c8..017742a8b 100644 --- a/conda/README.md +++ b/conda/README.md @@ -5,14 +5,13 @@ Preparing: 1. [Install miniconda][miniconda] 2. `conda update -q conda` - 3. `conda install conda-build` + 3. `conda install conda-build jinja2 anaconda` 4. `conda create -q -n py35 python=3.5` 5. `conda config --add channels https://conda.anaconda.org/m-labs/channel/dev` Building: - 1. `source activate py35` - 2. `conda build pkgname --python 3.5`; this command displays a path to the freshly built package - 3. `anaconda upload -c main -c dev` + 1. `conda build pkgname --python 3.5`; this command displays a path to the freshly built package + 2. `anaconda upload -c main -c dev` [miniconda]: http://conda.pydata.org/docs/install/quick.html#linux-miniconda-install