Installation

scmdata is tested to work with Python 3.6 and above

Installing with conda

The easiest way to install scmdata is using conda, either using the full Anaconda distribution which includes a collection of popular data science packages or the smaller Miniconda distribution. Using conda is the recommended method for installing scmdata for most users.

conda install -c conda-forge netcdf-scm

Installing with pip

scmdata can also be installed from PyPi using pip.

We recommend creating a virtual environment to manage this and any other libraries your project requires.

pip install scmdata