The General Mission Analysis Tool (GMAT) is a space trajectory simulation, analysis, and optimization system developed by a team made up of NASA Goddard Space Flight Center and private industry partners. It is developed as open source under the NASA
奥西里斯
要求
创建虚拟环境
virtualenv -p python3 venv
- p #Set the python version virtualenv need to use
venv #The name of virtual environment
安装Python要求
对于这一步,你需要instaled中的所有项目和使用的virtualenv创建虚拟环境
主动虚拟环境
为此,我们将在Linux上使用命令
source venv / bin / activate
完成此