Revert "deleted _build"

This reverts commit 6389ba6276.
This commit is contained in:
titusquah
2021-04-07 11:31:39 -06:00
parent 6389ba6276
commit 8b5ab69ea9
85 changed files with 22502 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
.. _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.