Skip to content

Commit 21aa6cd

Browse files
committed
Elaborate on installation and usage of the project
1 parent e2c28ca commit 21aa6cd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)