Skip to content

Commit

Permalink
Merge pull request #269 from NASA-AMMOS/issue-233
Browse files Browse the repository at this point in the history
Issue #233 - document Python 3.7 compatibility
  • Loading branch information
MJJoyce authored Apr 14, 2020
2 parents e0a8074 + 2a98a73 commit 493d3b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Installation and Environment Configuration

The following guide will show you how to install and configure AIT Core. For information on how to configure a new project to use AIT, check out the :doc:`New Project Setup <project_setup>` page.

.. note:: AIT is tested against *Python 3.7*. Running AIT with other versions of *Python 3* may have issues.

Installation
------------

Expand Down
2 changes: 2 additions & 0 deletions doc/source/project_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Setting up a New Project with AIT

The following documentation will teach you how to setup a new project to build off of the AMMOS Instrument Toolkit. This guide assumes that the project you'll be developing is a Python-based project.

.. note:: AIT is tested against *Python 3.7*. Running AIT with other versions of *Python 3* may have issues.

Add AIT Core as a Dependency
------------------------------

Expand Down

0 comments on commit 493d3b8

Please sign in to comment.