-
Notifications
You must be signed in to change notification settings - Fork 41
install and config
Isaac Overcast edited this page Dec 22, 2015
·
3 revisions
- Ensure binaries get copied to the python library bin directory, my setup.py didn't do it right.
- Ensure the binary paths are set properly, perhaps with assert(). If binary paths are bad it fails silently in weird ways.
- git clone ipyrad
- Download miniconda for your platform
-
. ~/.bashrc
(to get conda in your path) conda install conda-build
cd ipyrad
conda build conda.recipe
- ???
- Profit!
My thought is that we recommend only installing ipyrad using pip or (preferably) conda, so that we can ensure that the proper version of IPython, pandas, etc. is installed with it. For now I have been using pip install -e .
to install ipyrad in development mode with my conda packages.