astroplotlib: python astronomy package to handle images                                             
                                                                                
    version: 0.2.1                                                             
                                                                                
    (c) 2014-2021 J. A. Hernandez-Jimenez
                                                                              
    email: joseaher@gmail.com  

INSTALLATION                                                                    
                                                                                
astroplotlib requires:  
                                                                                                                   
    * PyFITS - http://www.stsci.edu/resources/software_hardware/pyfits                     
    * numpy - http://numpy.scipy.org                                                         
    * scipy - http://scipy.org                                          
    * matplotlib 
    * astLib

This version of astroplotlib run well on conda 4.3.27

To install astroplotlib, in the directory this README is in, simply:  
       
    % pip install .

or,
                                                                         
    % python setup.py install

to uninstall astroplotlib, simply
  
   % pip uninstall astroplotlib 
