1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-22 16:23:28 +02:00

Deploying to gh-pages from @ hacks-guide/Guide_3DS@b4a5d9828a 🚀

This commit is contained in:
lilyuwuu
2023-10-10 12:17:23 +00:00
parent 8489cb417c
commit f10bd0d8c1
2 changed files with 2 additions and 2 deletions

View File

@@ -538,7 +538,7 @@ window.cookieconsent.initialise({
<h3 id="what-you-need">What You Need</h3>
<ul>
<li>The latest prerelease of <a href="https://github.com/zoogie/MSET9/releases">MSET9</a> (the Release <code class="language-plaintext highlighter-rouge">.zip</code> file)</li>
<li>The latest release of <a href="https://github.com/zoogie/MSET9/releases/latest">MSET9</a> (the Release <code class="language-plaintext highlighter-rouge">.zip</code> file)</li>
<li>Any 3.x version of <a href="https://www.python.org/downloads/">Python</a> <strong>installed on your computer</strong>
<ul>
<li>If you are on Linux, you likely already have Python 3. Check by opening a terminal and entering <code class="language-plaintext highlighter-rouge">python3 -V</code>. If this returns a version number, it will work for this guide.</li>