zmeri / PC-SAFT

Functions implementing the PC-SAFT equation of state, including association, electrolyte and dipole terms
GNU General Public License v3.0
46 stars 18 forks source link

how to create the pcsaft module ???? #97

Closed pfarcec closed 2 years ago

zmeri commented 2 years ago

Usually you shouldn't have to create the pcsaft module on your own because you can just install it from PyPI using pip. If you do need to build it from the source code, follow the instructions given in the Cython documentation.