You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -102,7 +104,7 @@ recommend using either Conda or PyPi as both will take care of automatically ins
102
104
103
105
`$ conda install gempy`
104
106
105
-
#### PyPi
107
+
#### PyPi (at the moment is an old version. To be updated in the following weeks)
106
108
107
109
`$ pip install gempy`
108
110
@@ -114,7 +116,7 @@ Otherwise you can clone the current repository by downloading is manually or by
114
116
115
117
and then manually install it using the provided Python install file by calling
116
118
117
-
`$ python install.py`
119
+
`$ python gempy/setup.py install`
118
120
119
121
in the cloned or downloaded repository folder. Make sure you have installed all necessary dependencies listed above before using *GemPy*.
120
122
@@ -127,4 +129,4 @@ explaining its capabilities, [the theory behind it](http://gempy.readthedocs.io/
127
129
## References
128
130
129
131
* Calcagno, P., Chilès, J. P., Courrioux, G., & Guillen, A. (2008). Geological modelling from field data and geological knowledge: Part I. Modelling method coupling 3D potential-field interpolation and geological rules. Physics of the Earth and Planetary Interiors, 171(1-4), 147-157.
130
-
* Lajaunie, C., Courrioux, G., & Manuel, L. (1997). Foliation fields and 3D cartography in geology: principles of a method based on potential interpolation. Mathematical Geology, 29(4), 571-584.
132
+
* Lajaunie, C., Courrioux, G., & Manuel, L. (1997). Foliation fields and 3D cartography in geology: principles of a method based on potential interpolation. Mathematical Geology, 29(4), 571-584.
0 commit comments