Install SHTOOLS: Difference between revisions

From Micro and Nano Mechanics Group
Jump to navigation Jump to search
(Created page with "[https://shtools.oca.eu/shtools/ SHTOOLS] is a package for spherical harmonics transformation and reconstructions. The current version is available in python 3 and Fortran 95....")
 
No edit summary
Line 1: Line 1:
[https://shtools.oca.eu/shtools/ SHTOOLS] is a package for spherical harmonics transformation and reconstructions. The current version is available in python 3 and Fortran 95. In this article, we are introducing the installation of SHTOOLS python packages on your own computer and mc2 cluster.
[https://shtools.oca.eu/shtools/ SHTOOLS] is a package for spherical harmonics transformation and reconstructions. The current version (SHTOOLS3.4) is available in python 3 and Fortran 95. In this article, we are introducing the installation of SHTOOLS python packages on your own computer and mc2 cluster.


== How to Install SHTOOLS on Your Own Computer ==
== How to Install SHTOOLS on Your Own Computer ==


On Windows, Mac, or Linux with fortran compiler, lapack, if you have installed python and the package manager pip, you can install the shtools directly by running the command:
Mac

pip install pyshtools

Then

Revision as of 15:58, 24 December 2016

SHTOOLS is a package for spherical harmonics transformation and reconstructions. The current version (SHTOOLS3.4) is available in python 3 and Fortran 95. In this article, we are introducing the installation of SHTOOLS python packages on your own computer and mc2 cluster.

How to Install SHTOOLS on Your Own Computer

On Windows, Mac, or Linux with fortran compiler, lapack, if you have installed python and the package manager pip, you can install the shtools directly by running the command:

pip install pyshtools

Then