-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add preliminary GMAT API instructions
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
GMAT API Setup | ||
|
||
Download and extract a GMAT release from SourceForge | ||
|
||
Follow the instructions in the API_README.txt file in the api folder. | ||
|
||
You will have to modify the sys.path.append command in some scripts to point to your API installation. | ||
|
||
This process may not work, since GMAT ships built against an old Python version. I will include instructions to build GMAT and the API yourself in the near future. |