Installation

astrophysix can be installed in you local Python environment (virtualenv, conda, …) with pip.

Latest stable releases

Using pip, you can easily download and install the latest version of the astrophysix package directly from the Python Package Index (PyPI):

> pip install astrophysix
Collecting astrophysix
    Downloading astrophysix-0.4.1-py2.py3-none-any.whl (101 kB)
Collecting h5py>=2.10.0
    Using cached h5py-2.10.0-cp36-cp36m-manylinux1_x86_64.whl (2.9 MB)
Collecting Pillow>=6.2.1
    Using cached Pillow-7.2.0-cp36-cp36m-manylinux1_x86_64.whl (2.2 MB)
Collecting numpy>=1.16.4
    Using cached numpy-1.19.2-cp36-cp36m-manylinux2010_x86_64.whl (14.5 MB)
Collecting future>=0.17.1
    Using cached future-0.18.2.tar.gz (829 kB)
Collecting six
    Using cached six-1.15.0-py2.py3-none-any.whl (10 kB)
Installing collected packages: numpy, six, h5py, Pillow, future, astrophysix
    Running setup.py install for future ... done
Successfully installed Pillow-7.2.0 astrophysix-0.4.1 future-0.18.2 h5py-2.10.0 numpy-1.19.2 six-1.15.0

Unstable releases

If you wish to use a specific beta release of astrophysix, you can select which version to install :

> pip install astrophysix==0.4.0rc1
Collecting astrophysix
    Downloading astrophysix-0.4.0rc1-py2.py3-none-any.whl (101 kB)
Collecting h5py>=2.10.0
    Using cached h5py-2.10.0-cp36-cp36m-manylinux1_x86_64.whl (2.9 MB)
Collecting Pillow>=6.2.1
    Using cached Pillow-7.2.0-cp36-cp36m-manylinux1_x86_64.whl (2.2 MB)
Collecting numpy>=1.16.4
    Using cached numpy-1.19.2-cp36-cp36m-manylinux2010_x86_64.whl (14.5 MB)
Collecting future>=0.17.1
    Using cached future-0.18.2.tar.gz (829 kB)
Collecting six
    Using cached six-1.15.0-py2.py3-none-any.whl (10 kB)
Installing collected packages: numpy, six, h5py, Pillow, future, astrophysix
    Running setup.py install for future ... done
Successfully installed Pillow-7.2.0 astrophysix-0.4.0rc1 future-0.18.2 h5py-2.10.0 numpy-1.19.2 six-1.15.0