File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 11Installation
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
4649Optional 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
You can’t perform that action at this time.
0 commit comments