Skip to content

Commit

Permalink
added comments about ARM support to docs/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Apr 11, 2021
1 parent 863d4b4 commit 6f74d23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ as newer versions are released.
- OS: OS X, Linux, Windows
- CPU: 64bit only!
- Python 3.6, 3.7, 3.8, 3.9
- Experimental ARM support for Linux-aarch64 & osx-arm64 via conda-forge

* Support for Python 2.7 ended with version 2.3.2 January 2020 *

Expand Down
2 changes: 2 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ To verify this you can list the installed packages via this pip command::
You should see spicepy in the output of this command.
Or you can start a python interpreter and try importing SpiceyPy like so:

As of 04/10/2021, spiceypy has experimental support for 64bit ARM processors for linux and macos (linux-aarch64 & osx-arm64) via the conda-forge distribution.

.. code:: python
import spiceypy
Expand Down

0 comments on commit 6f74d23

Please # to comment.