@@ -3,13 +3,13 @@ Installation
33
44DistArray requires the following Python libraries:
55
6- * `NumPy `_,
7- * `IPython `_, and
8- * `Mpi4Py `_.
6+ * `numpy `_,
7+ * `ipyparallel `_, and
8+ * `mpi4py `_.
99
10- .. _ NumPy : http://www.numpy.org
11- .. _ IPython : http ://ipython.org
12- .. _ Mpi4Py : http://mpi4py.scipy.org
10+ .. _ numpy : http://www.numpy.org
11+ .. _ ipyparallel : https ://github.com/ipython/ipyparallel
12+ .. _ mpi4py : http://mpi4py.scipy.org
1313
1414Optionally, DistArray can make use of:
1515
2828 pip install distarray
2929
3030
31+ Experimental conda-quickstart
32+ -----------------------------
33+
34+ Alternatively, we have an experimental `conda-quickstart ` script in the
35+ ``quickstart `` directory of the root of this source tree. Given an Anaconda
36+ installation, this script will attempt to install create a conda environment
37+ for you, installing MPI, mpi4py, and the above Python dependencies as
38+ necessary. See ``README.rst `` in that directory for more information.
39+
40+
3141Testing Your Installation
3242-------------------------
3343
3444To test your installation, you will first need to start an IPython.parallel
35- cluster with MPI enabled. The easist way is to use use the ``dacluster ``
36- command that comes with DistArray::
45+ cluster with MPI enabled. The easist way is to use the ``dacluster `` command
46+ that comes with DistArray::
3747
3848 dacluster start
3949
4050See ``dacluster ``'s help for more::
41-
51+
4252 dacluster --help
4353
4454You should then be able to run all the tests from the DistArray source
0 commit comments