Skip to content

Commit

Permalink
Merge 9f55778 into 632271e
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Aug 26, 2018
2 parents 632271e + 9f55778 commit 0230b3d
Show file tree
Hide file tree
Showing 26 changed files with 8,450 additions and 35 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) [2015-2017] [Andrew Annex]
Copyright (c) [2015-2018] [Andrew Annex]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
22 changes: 17 additions & 5 deletions README.rst
Expand Up @@ -46,11 +46,23 @@ about SpiceyPy, usership, and how it works please cite my 2017 abstract, availab
Installation
------------

First install the dependencies (numpy, six, pytest) for the project. Then
run ``pip install spiceypy`` to install from pypi.

SpiceyPy is also available through conda by either first installing pip via conda or by running
``conda install -c https://conda.anaconda.org/andrewannex spiceypy``.
+----------------+-------------------+
| PyPI | Conda Forge |
+================+===================+
| |PyPI| | |Conda Version| |
+----------------+-------------------+

.. |PyPI| image:: https://img.shields.io/pypi/v/spiceypy.svg
:target: https://pypi.org/project/spiceypy/
.. |Conda Version| image:: https://img.shields.io/conda/vn/conda-forge/spiceypy.svg
:target: https://anaconda.org/conda-forge/spiceypy

SpiceyPy can be installed using pip by running:
``pip install spiceypy``

Anaconda users should use the conda-forge distribution of SpiceyPy by running:
``conda config --add channels conda-forge``
``conda install spiceypy``

If you wish to install spiceypy from source first download or clone the project. Then run ``python setup.py install``.
To uninstall run ``pip uninstall spiceypy``.
Expand Down

0 comments on commit 0230b3d

Please sign in to comment.