You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<metaname="description" content="A multi-fidelity conceptual design environment. Its purpose is to credibly produce conceptual-level design conclusions for future aircraft incorporating advanced technologies.
<p>A multi-fidelity conceptual design environment. Its purpose is to credibly produce conceptual-level design conclusions for future aircraft incorporating advanced technologies.</p>
<p>A multi-fidelity conceptual design environment. Its purpose is to credibly produce conceptual-level design conclusions for future aircraft incorporating advanced technologies.</p>
<p>Jump in and design! Here are some helpful steps for downloading and installing the code. There are stable releases and beta releases. Also make sure to check out the license under which the code is available.</p>
89
90
91
+
<p><br/></p>
92
+
90
93
<h2id="downloading">Downloading</h2>
91
94
92
-
<p>SUAVE comes released as a set of project folders ready for learning, research, and further development.</p>
95
+
<p>SUAVE comes released as a set of project folders ready for learningand exploration. </p>
93
96
94
-
<p>Please take a few seconds to register with us by filling out the form on the pages linked below. Upon registration, you’ll be redirected to the appropriate distribution of the software. The information we collect is used <em>only</em> for usage statistics by the development team. You’ll only be contacted for notification of critical bug fixes and major releases. To get more involved in growing the community, definitely check out the <ahref="/forum">forum</a>. Your support is greatly appreciated, it lets us build a better tool for everyone!</p>
97
+
<p>Please take a few seconds to register with us by filling out the form on the pages linked below. Upon registration, you’ll be redirected to the appropriate distribution of the software. The information we collect is used <em>only</em> for usage statistics by the development team. You’ll only be contacted for notification of critical bug fixes and major releases. To get more involved in growing the community, definitely check out the <ahref="/forum">forum</a>. Your support is greatly appreciated, it let’s us build a better tool for everyone!</p>
95
98
96
99
<h3id="stable-release">Stable Release</h3>
97
100
<p>Download the latest stable release of SUAVE: <br/>
98
-
<ahref="/register/">SUAVE Version 0.9.0</a></p>
101
+
<ahref="/register/">SUAVE Version 1.0.0</a></p>
99
102
100
103
<h3id="license">License</h3>
101
104
102
-
<p>We want SUAVE to grow with the community, so it’s available under a <br/><ahref="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html">LGPL 2.1 License</a>.</p>
105
+
<p>We want SUAVE to grow with the community, so it’s available under a <br/><ahref="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html">LGPL 2.1 License</a>. </p>
106
+
107
+
<p>Please <scriptlanguage="javascript" type="text/javascript">printEmailLink('suavecode-info','lists.stanford.edu','contact us');</script> if you are interested in re-publishing SUAVE source code as part of a commercial software. </p>
103
108
104
-
<p>Please <scriptlanguage="javascript" type="text/javascript">printEmailLink('suavecode-info','lists.stanford.edu','contact us');</script> if you are interested in re-publishing SUAVE source code as part of a commercial software.</p>
109
+
<h3id="tutorials">Tutorials</h3>
110
+
111
+
<p>We also update our tutorials repository with every release to show new users some of the capabilities and how to use the code. The tutorial files can be found <ahref="https://github.com/suavecode/Tutorials">here</a>. If you would like to use these, you may either follow the Github download instructions on the <ahref="/develop">develop</a> page, but using <codeclass="highlighter-rouge">https://github.com/suavecode/Tutorials.git</code>, or you can download the files as a .zip using the “clone or download” button on the <ahref="https://github.com/suavecode/Tutorials">Tutorials Github page</a>.</p>
<li>Open the directory <em>SUAVE_Project/Source/trunk</em></li>
129
+
<li>Open the directory SUAVE/trunk</li>
123
130
<li>Open a command prompt in that directory</li>
124
131
<li>Run this command: <codeclass="highlighter-rouge">python setup.py install</code><br/>
125
132
If you are on a linux or mac, you may need to run <br/><codeclass="highlighter-rouge">sudo python setup.py install</code></li>
126
133
<li>Change to any other folder, open a python shell, and test the new module with the command <codeclass="highlighter-rouge">import SUAVE</code></li>
127
134
</ol>
128
135
129
-
<p>If all goes well, you are now able to import SUAVE into your python projects. Check out the <ahref="/guides">guides</a> for examples on using the tutorials!</p>
136
+
<p>If all goes well, you are now able to import SUAVE into your python projects. If you’ve downloaded the tutorials as well, check out the <ahref="/guides">guides</a> for examples on using thems!</p>
130
137
131
138
<p>After trying out the guides you may find you want to make changes to the innards of the package to fit your problem, take a look at the <ahref="/develop">develop</a> notes for how to set this up.</p>
132
139
133
-
<p>Have fun!</p>
140
+
<p>Have fun!</p>
134
141
135
142
<p>If you had trouble installing or need to uninstall, there are some more tips ahead.</p>
<h3id="dealing-with-write-access">Dealing with Write Access</h3>
179
186
180
-
<p>You shouldn’t need this part of the guide unless you are unable to write-access the python site-packages directory. In that case, you can try these approaches to install SUAVE.</p>
187
+
<p>You shouldn’t need this part of the guide, unless you are unable to write-access the python site-packages directory. In that case, you can try these approaches to install SUAVE.</p>
181
188
182
189
<h4id="a-install-to-local-site-packages">A. Install to local site-packages</h4>
Your site-packages folder is typically located in your python’s install directory, unless you manually created it. You can find it by using the following commands.<br/>
0 commit comments