Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 765 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 765 Bytes

pyxis

Python Extensions for Interferometry Scripting.

installation

 $ python setup.py install

For newer Python installs (i.e. 3.10 and beyond) this invocation of setup.py is deprecated. You can use this instead (in the same directory that setup.py is located in):

 $ python -m pip install .

If you want to install in a non-default location, you can specify that using a prefix, i.e.:

 $ python -m pip install --prefix /install/somewhere/else .

Documentation

Read everything about MeqTrees on the wiki:

https://github.com/ska-sa/meqtrees/wiki

Development

Build Status