Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,22 @@ A Python-based 3-D conceptual modeler allows for the implicit creation of comple
Installing
----------

Install the application
Use Python 3.9.
Note: It works also with gdal==3.4.1.

Install the application.

.. code-block:: console

pip install -r requirements.txt
pip install -e .


Run the application

.. code-block:: console

conceptual_modeler
conceptual-modeler

Features
--------
Expand Down
7 changes: 5 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
trame>=2.0.0
numpy==1.21.6
matplotlib==3.5.3
scipy==1.7.3
pandas==1.3.4
gempy==2.2.10
pyvista==0.37.0
theano==1.0.4
gdal==3.5.1
PyQt5==5.15.7
mpld3==0.5.8
vtk>=9.1.0
vtk==9.2.5
pftools>=1.3.2
trame>=2.0.0