Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.31 KB

README.rst

File metadata and controls

44 lines (32 loc) · 1.31 KB

Tomopy Recipes

Example recipes for the new conda build system. Use:

conda build <recipe directory>

We suggest that the correct order should be:

#download anaconda for linux64bits
wget http://repo.continuum.io/archive/Anaconda2-4.0.0-Linux-x86_64.sh
bash Anaconda2-4.0.0-Linux-x86_64.sh #this will ask for ok
conda update --yes --all

git clone https://github.com/ravescovi/tomopy-recipes.git
cd tomopy-recipes/
conda build data-exchange/.
conda install --yes --use-local dxchange
conda build tomopy/.
conda install --yes --use-local tomopy
cd ..

For the use of Astra Toolbox and different reconstruction plugins please use the lines bellow:

cd tomopy-recipes/
conda build astra/.
conda install --yes --use-local astra-toolbox
conda build pysirtfbp/.
conda install --yes --use-local sirtfbp=1.0.1
conda build pytvtomo/.
conda install --yes --use-local pytvtomo
cd ..

This project ('tomopy-recipes') is in the public domain. Note that this statement does not reflect in any way, shape or form the licenses of the projects which are being built from these recipes. For example, even though a project foo might have an MIT, Apache, or any other license, the recipe for project foo (within this repository) is public domain.