Installation¶
Pyradigm can easily be installed with a single command:
pip install -U pyradigm
If you lack sudo
or admin access, try
pip install -U pyradigm --user
Operating System Requirements¶
If you do not have python installed, please follow the links below for instructions on installing them:
Python: https://www.python.org/downloads/ (pip comes packaged with Python)
Windows users:
can follow this guide https://www.ics.uci.edu/~pattis/common/handouts/pythoneclipsejava/python.html or https://www.python.org/downloads/windows/
and read these FAQ to familiarize themselves with typical questions using these FAQ: https://docs.python.org/3/faq/windows.html
please note we do not test pyradigm regularly on the Windows OS, and we strongly recommend you to Unix-based OSes when possible.
Dependencies / Requirements¶
Packages:
numpy
,scipy
Supported versions: Python 3.6 or higher