Skip to content
Snippets Groups Projects
Commit f663b64e authored by Amir Mohammadi's avatar Amir Mohammadi
Browse files

updates readme [skip ci]

parent 88188e4b
No related branches found
No related tags found
No related merge requests found
How to use these recipes
==============================
1. Install miniconda (http://conda.pydata.org/miniconda.html)
2. Install conda-build:
$ conda install conda-build
3. Some dependency conda packages which are not available in default conda
channels can be installed by adding another channel:
$ conda config --add config jakirkham
The `jakirkham` channel provides `linux-64` and `osx-64` builds. Search
[Anaconda.org](www.anaconda.org) for more suitable builds or visit [conda
recipes](https://github.com/conda/conda-recipes) for recipes to build packages
yourself.
4. You can build each package individually with:
$ cd bob.conda
$ conda build --python=3.5 <package>
5. The script ``build.sh`` will build the packages in the right order:
$ ./build.sh
==============================
How to use these recipes
==============================
1. Install miniconda (http://conda.pydata.org/miniconda.html)
2. Install conda-build::
$ conda install conda-build
3. Some dependency conda packages which are not available in default conda
channels can be installed by adding another channel::
$ conda config --add config jakirkham
4. You can check each package builds individually with::
$ conda build --python=3.5 <package>
4.1 The script ``build.sh`` will build the packages in the right order::
$ ./build.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment