Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1010 Bytes

install.rst

File metadata and controls

42 lines (25 loc) · 1010 Bytes

How to install |uvplot|

Operating system

|uvplot| runs on Linux and Mac OS X. Windows is not supported.

Quickest installation: using pip

By far the easiest way to install |uvplot| is via pip:

pip install uvplot

|uvplot| works in Python 3.6, 3.7, 3.8, and 3.9.

Using uvplot inside CASA

|uvplot| can be easily installed inside CASA 6.x with pip:

CASA <1>: pip install uvplot

Note

After installation it is recommended to restart the CASA terminal.

|uvplot| installation in CASA 5.x and earlier is not supported, owing to the impossibility to install it with pip or by other means.

Updating uvplot

In a normal Python environment as well as within a CASA terminal it is easy to update |uvplot| to the latest version:

pip install uvplot --upgrade