===================== Setup of irfpy.aspera ===================== Install irfpy.aspera ==================== To install ``irfpy.aspera`` over Anaconda python, you may use the following command .. code-block:: sh % conda install netcdf4 % pip install "git+https://github.com/AndrewAnnex/SpiceyPy.git" % pip install --no-index --find-links=https://irfpy.irf.se/sdist irfpy.util % pip install --no-index --find-links=https://irfpy.irf.se/sdist irfpy.aspera Upgrade irfpy.aspera ==================== To upgrade ``irfpy.aspera``, you may use .. code-block:: sh % pip install --no-index --find-links=https://irfpy.irf.se/sdist irfpy.util -U % pip install --no-index --find-links=https://irfpy.irf.se/sdist irfpy.aspera -U The version of ``irfpy`` modules can be known from the command .. code-block:: sh % pip list | grep irfpy irfpy.aspera (4.0.4) irfpy.util (4.2.3)