File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,14 @@ _Place a cool picture here later._
1111
1212## Installation & Usage
1313
14- _ Coming soon._
14+ Just grab one of the releases [ over here] [ releases ] and unzip it. Copy the entire ` 3DS.py `
15+ folder to the ` 3ds ` directory of your SD card and navigate into it. You should
16+ see a ` 3DS.py.3dsx ` application.
17+
18+ The same directory also contains the entire Python standard library and a ` main.py ` file.
19+ To run your own projects, copy all source files into the ` 3DS.py ` directory and "start"
20+ your application from within the ` main.py ` file as this is the entry point to any Python
21+ homebrew.
1522
1623## Compiling
1724
@@ -49,6 +56,7 @@ that helped me out with the condition variables implementation.
4956* [ Richard Caseres] [ richardbmx ] for the awesome app icon he designed.
5057
5158[ cpython ] : https://github.com/python/cpython/tree/3.6
59+ [ releases ] : https://github.com/vbe0201/3DS.py/releases
5260[ devkitarm ] : https://www.3dbrew.org/wiki/Setting_up_Development_Environment
5361[ 3dbrew ] : https://www.3dbrew.org
5462[ devkitpro ] : https://devkitpro.org
You can’t perform that action at this time.
0 commit comments