File: installation.rst

package info (click to toggle)
python-mpiplus 0.0.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 232 kB
  • sloc: python: 494; sh: 30; makefile: 15
file content (24 lines) | stat: -rw-r--r-- 515 bytes parent folder | download
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!