Installation¶
Anaconda (recommended)¶
The easiest way to install scikit-rf is to first install anaconda, a binary package manager for python modules. Once anaconda is setup you can install scikit-rf by entering the following into a terminal (do not forget the -c conda-forge
option):
conda install -c conda-forge scikit-rf
pip¶
Using the Python Package Index (PyPi), you can install scikit-rf using:
pip install scikit-rf
git¶
The bleeding-edge development version of scikit-rf may be installed from our github page. You can use git directly, or download a zipfile.
git clone git@github.com:scikit-rf/scikit-rf.git
Other Optional Modules¶
Some features of scikit-rf wont be available until you install additional modules. You can install these using conda or pip. Please refer to the file pyproject.toml
to see the list of additional requirements.
[ ]: