|
293 | 293 |
|
294 | 294 |
|
295 | 295 |
|
| 296 | + <label class="md-nav__link md-nav__link--active" for="__toc"> |
| 297 | + |
| 298 | + |
| 299 | + <span class="md-ellipsis"> |
| 300 | + Installation |
| 301 | + </span> |
| 302 | + |
| 303 | + |
| 304 | + <span class="md-nav__icon md-icon"></span> |
| 305 | + </label> |
| 306 | + |
296 | 307 | <a href="./" class="md-nav__link md-nav__link--active">
|
297 | 308 |
|
298 | 309 |
|
|
303 | 314 |
|
304 | 315 | </a>
|
305 | 316 |
|
| 317 | + |
| 318 | + |
| 319 | +<nav class="md-nav md-nav--secondary" aria-label="Table of contents"> |
| 320 | + |
| 321 | + |
| 322 | + |
| 323 | + |
| 324 | + |
| 325 | + |
| 326 | + <label class="md-nav__title" for="__toc"> |
| 327 | + <span class="md-nav__icon md-icon"></span> |
| 328 | + Table of contents |
| 329 | + </label> |
| 330 | + <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> |
| 331 | + |
| 332 | + <li class="md-nav__item"> |
| 333 | + <a href="#git-clone" class="md-nav__link"> |
| 334 | + <span class="md-ellipsis"> |
| 335 | + Git Clone |
| 336 | + </span> |
| 337 | + </a> |
| 338 | + |
| 339 | +</li> |
| 340 | + |
| 341 | + <li class="md-nav__item"> |
| 342 | + <a href="#mojo-package-in-the-release" class="md-nav__link"> |
| 343 | + <span class="md-ellipsis"> |
| 344 | + Mojo Package in the Release |
| 345 | + </span> |
| 346 | + </a> |
| 347 | + |
| 348 | +</li> |
| 349 | + |
| 350 | + </ul> |
| 351 | + |
| 352 | +</nav> |
| 353 | + |
306 | 354 | </li>
|
307 | 355 |
|
308 | 356 |
|
|
1118 | 1166 |
|
1119 | 1167 |
|
1120 | 1168 |
|
| 1169 | + <label class="md-nav__title" for="__toc"> |
| 1170 | + <span class="md-nav__icon md-icon"></span> |
| 1171 | + Table of contents |
| 1172 | + </label> |
| 1173 | + <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> |
| 1174 | + |
| 1175 | + <li class="md-nav__item"> |
| 1176 | + <a href="#git-clone" class="md-nav__link"> |
| 1177 | + <span class="md-ellipsis"> |
| 1178 | + Git Clone |
| 1179 | + </span> |
| 1180 | + </a> |
| 1181 | + |
| 1182 | +</li> |
| 1183 | + |
| 1184 | + <li class="md-nav__item"> |
| 1185 | + <a href="#mojo-package-in-the-release" class="md-nav__link"> |
| 1186 | + <span class="md-ellipsis"> |
| 1187 | + Mojo Package in the Release |
| 1188 | + </span> |
| 1189 | + </a> |
| 1190 | + |
| 1191 | +</li> |
| 1192 | + |
| 1193 | + </ul> |
| 1194 | + |
1121 | 1195 | </nav>
|
1122 | 1196 | </div>
|
1123 | 1197 | </div>
|
|
1132 | 1206 |
|
1133 | 1207 |
|
1134 | 1208 | <h1 id="installation">Installation</h1>
|
| 1209 | +<p>Mojo does not have a package manager yet so there are two options to install NuMojo.</p> |
| 1210 | +<h2 id="git-clone">Git Clone</h2> |
| 1211 | +<p>Use this if you are planning to contribute or if you want to see how it works under the hood.</p> |
| 1212 | +<p>If you are using VScode just copy this url: https://github.com/Mojo-Numerics-and-Algorithms-group/NuMojo.git and paste.</p> |
| 1213 | +<p>If you use the command line run the following.</p> |
| 1214 | +<div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/Mojo-Numerics-and-Algorithms-group/NuMojo.git |
| 1215 | +</code></pre></div> |
| 1216 | +<h2 id="mojo-package-in-the-release">Mojo Package in the Release</h2> |
| 1217 | +<p><a href="https://github.com/Mojo-Numerics-and-Algorithms-group/NuMojo/releases/">Releases</a> contains the major versions of Numojo, just download the mojopkg file and move it to your working directory.</p> |
1135 | 1218 |
|
1136 | 1219 |
|
1137 | 1220 |
|
|
0 commit comments