Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 402 Bytes

installing.rst

File metadata and controls

21 lines (13 loc) · 402 Bytes

Installing

pfsspy requires

  • python >= 3.8
  • sunpy >= 3.0

and can be installed from PyPi using

pip install pfsspy

This will install pfsspy and all of its dependencies. In addition to the core dependencies, there are two optional dependencies (numba, streamtracer) that improve code performance. These can be installed with

pip install pfsspy[performance]