-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
39 lines (28 loc) · 1.18 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Introduction
============
This package provides a Python API to access NeXus data
<http://www.nexusformat.org/> across a network utilizing the Pyro4 package.
The latest development version is always available from NeXpy's GitHub
repository <https://github.com/nexpy/nxremote>.
Installing and Running
======================
The latest development versions can be downloaded from the NeXpy Git repository
<https://github.com/nexpy/nxremote>.
$ git clone http://github.com/nexpy/nxremote.git
To install in the standard Python location:
$ cd nxremote
$ 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
(http://nexpy.github.io/nexpy).
numpy http://numpy.org
h5py http://www.h5py.org/
pyro4 http://pythonhosted.org//Pyro4/
User Support
============
If you discover any bugs, please submit a Github issue to
https://github.com/nexpy/nxremote/issues, preferably with relevant tracebacks.