acroucher / PyTOUGH

A Python library for automating TOUGH2 simulations of subsurface fluid and heat flow
GNU Lesser General Public License v3.0
96 stars 36 forks source link

About install PyTOUGH #48

Closed wsc1008-cugb closed 6 months ago

wsc1008-cugb commented 1 year ago

I downloaded the PyTOUGH zip file, and then install it in the Pycharm. But it doesn't appear in the site-packages file, only has these information. How could I use the PyTOUGH normally. 1687142044521(1)

acroucher commented 1 year ago

If you have successfully installed PyTOUGH, you should be able to open a Python command-line prompt and import PyTOUGH modules, e.g.:

acro018@en-354401:~$ python
Python 2.7.13 (default, Feb  6 2022, 20:16:18) 
[GCC 6.3.0 20170516] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from mulgrids import *
>>>