Getting Started with pySPEDAS: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Welcome to pySPEDAS = pySPEDAS is the SPEDAS software in the python programming language. It is currently in development (beta). = pySPEDAS releases = * [https://github...") |
No edit summary |
||
Line 9: | Line 9: | ||
* [https://pypi.org/project/pyspedas/ pip release] | * [https://pypi.org/project/pyspedas/ pip release] | ||
* [https://anaconda.org/spedas/pyspedas conda release] | * [https://anaconda.org/spedas/pyspedas conda release] | ||
= To install pySPEDAS = | |||
An easy way to install pyspedas is to install the latest Anaconda distribution: | |||
https://www.anaconda.com/distribution/ | |||
And then open the anaconda prompt and type: | |||
conda install -c spedas pyspedas | |||
Revision as of 22:22, 12 March 2020
Welcome to pySPEDAS
pySPEDAS is the SPEDAS software in the python programming language. It is currently in development (beta).
pySPEDAS releases
To install pySPEDAS
An easy way to install pyspedas is to install the latest Anaconda distribution:
https://www.anaconda.com/distribution/
And then open the anaconda prompt and type:
conda install -c spedas pyspedas