Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.15 KB

README.md

File metadata and controls

43 lines (33 loc) · 1.15 KB

Introduction

This package provides a Python API to access NeXus data across a network utilizing the Pyro4 package.

The latest development version is always available from NeXpy's GitHub repository.

Installing and Running

The source code can be downloaded from the NeXpy Git repository:

    $ git clone http://github.com/nexpy/nxremote.git

To install in the standard Python location:

    $ python setup.py install

To install in an alternate location:

    $ python setup.py install --prefix=/path/to/installation/dir

Prerequisites

The following libraries are used by the full installation of NeXpy. There is more details of the nature of these dependencies in the NeXpy documentation.

User Support

If you discover any bugs, please submit a Github issue, preferably with relevant tracebacks.