Installation

Required dependencies

Instructions

This software is a pure Python package, but its dependencies are not. The easiest way to get everything installed is to use conda. To install swot_simulator with its recommended dependencies using the conda command line tool:

$ conda install -c conda-forge swot_simulator

If you don’t use conda, be sure you have the required dependencies installed first. Then, install swot_simulator with pip:

$ pip install swot_simulator

Testing

To run the test suite after installing swot_simulator, install (via pypi or conda) py.test and run pytest in the root directory of the swot_simulator repository.