Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.18 KB

installation.rst

File metadata and controls

60 lines (36 loc) · 1.18 KB

Installation

The following instructions will allow you to install pysatSeasons.

Prerequisites

pysatSeasons Logo, Calendar Icon with pysat logo and SEASONS at top.

pysatSeasons uses common Python modules, as well as modules developed by and for the Space Physics community. This module officially supports Python 3.6+.

Common modules Community modules

matplotlib numpy pandas xarray

pysat

Installation Options

1. Clone the git repository :

git clone https://github.com/pysat/pysatSeasons.git
  1. Install pysatSeasons: Change directories into the repository folder and run the setup.py file. There are a few ways you can do this:
    1. Install on the system (root privileges required):

      sudo python3 setup.py install
    2. Install at the user level:

      python3 setup.py install --user
    3. Install with the intent to develop locally:

      python3 setup.py develop --user