Install

scikit-rf is supported and tested on PyPI - Python Version.

Current version of scikit-rf is PyPI - Version. There are several ways to install scikit-rf, listed below.

pip

If you dont want to install anaconda, you can use pip:

pip install scikit-rf

scikit-rf does not install all optional dependencies by default, but if you need some of them just do

pip install scikit-rf[plot,visa,xlsx,netw]

or just a subset of them.

git

The bleeding-edge development version of scikit-rf may be installed using:

git clone https://github.com/scikit-rf/scikit-rf.git
cd scikit-rf
pip install .