Spanish Acquisition v1.0.3 documentation

Installation

«  Spanish Acquisition   ::   Contents   ::   User’s Guide  »

Installation

Installation procedure

The latest version available on PyPI can be installed using either:

sudo pip install SpanishAcquisition

or:

sudo easy_install SpanishAcquisition

Alternatively, this package can be installed from source in the usual way:

sudo python setup.py install

Dependencies

These are all the dependencies in use by the package.

If only using a subset of the package, it suffices to use what the subset requires. For example, all the GUI-related dependencies are not necessary if only the device-related code is to be used, and vice versa. However, everything is written in (and so requires) Python 2:

Device drivers

  • NI-VISA for Ethernet (and GPIB on Windows) device support.
  • Linux GPIB (with Python bindings) for GPIB device support.

«  Spanish Acquisition   ::   Contents   ::   User’s Guide  »