Skip to content

Commit 412232f

Browse files
committed
(DOC) updating installation instructions
1 parent e53b0ea commit 412232f

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

docs/source/installation.rst

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
Installation
22
====================
3-
LoopStructural is supported and tested on Python 3.6+ and can be installed on Linux, Windows and Mac. There are
4-
three ways of installing LoopStructural onto your system:
3+
LoopStructural is supported and tested on Python 3.6+ and can be installed on Linux, Windows and Mac.
4+
We recommend installing LoopStructural into clean python environment. Either using anaconda or python virtual environments.
5+
There are three ways of installing LoopStructural onto your system:
56

6-
Installing from pip
7-
~~~~~~~~~~~~~~~~~~~~
7+
Installing from pip or conda
8+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
89

910
.. code-block::
1011
1112
pip install LoopStructural
1213
14+
.. code-block::
15+
conda install -c conda-forge -c loop3d loopstructural
16+
17+
1318
Compiling LoopStructural from source
1419
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1520

@@ -38,13 +43,12 @@ Required dependencies:
3843
* numpy
3944
* pandas
4045
* scipy
41-
* matplotlib
42-
* LavaVu
4346
* scikit-image
4447
* scikit-learn
4548

4649
Optional dependencies:
47-
50+
* matplotlib, 2D visualisation
51+
* LavaVu, 3D visualisation
4852
* surfepy, radial basis interpolation
4953
* rasterio, exporting triangulated surfaces
5054
* map2loop, generation of input datasets from regional Australian maps

0 commit comments

Comments
 (0)