1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
.. _installation:
Installation
************
Installing via `conda`
======================
.. code-block:: bash
$ conda install -c conda-forge mpiplus
Development Build
======================
The development build of `mpiplus` is available on ``github``
.. code-block:: bash
$ git clone git@github.com:choderalab/mpiplus.git
$ cd mpiplus
$ python setup.py install
.. warning:: Development builds may be unstable and are generally subjected to less testing than releases. Use at your own risk!
|