Installation

Introduction

The requirements to run mwavepy are basically a python environment setup to do numerical/scientific computing. If you are new to Python development, you may want to install a pre-built scientific python IDE like pythonxy. This will install all requirements, as well as provide a nice environment to get started in. If you dont want use pythonxy, you see Requirements.

Note: If you want to use mwavepy for instrument control you will need to install pyvisa. You may also be interested in Pythics, which provides a simple way to build interfaces to virtual instruments. Links is provided in Requirements section.

mwavepy Installation

Once the requirements are installed, there are two choices for installing mwavepy:

  • windows installer
  • python source package

They can all be found at http://code.google.com/p/mwavepy/downloads/list

If you dont know how to install a python module and dont care to learn how, you want the windows installer. Otherwise, I recommend the python source package because examples, documentation, and installation instructions are provided with the the python package.

The current version can be accessed through SVN. This is mainly of interest for developers, and is not stable most of the time.

Requirements

Debian-Based Linux

For debian-based linux users who dont want to install pythonxy, here is a one-shot line to install all requirements,:

sudo apt-get install python-pyvisa python-numpy python-scipy python-matplotlib ipython python

Necessary

Optional

Table Of Contents

Previous topic

mwavepy’s documentation

Next topic

Introduction

This Page