mirror of https://github.com/ANL-CEEESA/LLEPE
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
680 B
45 lines
680 B
.. _install:
|
|
|
|
************
|
|
Installation
|
|
************
|
|
|
|
|
|
Prerequisites
|
|
=============
|
|
|
|
LLEPE requires python3 (>=3.5) with the development headers.
|
|
|
|
|
|
Stable Release
|
|
==============
|
|
|
|
There is currently no stable release
|
|
|
|
|
|
Bleeding-edge version
|
|
=====================
|
|
|
|
To install the latest master version:
|
|
|
|
.. code-block:: bash
|
|
|
|
pip install git+https://github.com/ANL-CEEESA/LLEPE.git
|
|
|
|
|
|
Development version
|
|
===================
|
|
|
|
To contribute to LLEPE, with support for running tests and building the documentation.
|
|
|
|
.. code-block:: bash
|
|
|
|
git clone https://github.com/ANL-CEEESA/LLEPE.git
|
|
pip install -e .[docs,tests]
|
|
|
|
|
|
Using Docker Images
|
|
===================
|
|
|
|
Not set up yet.
|