Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.75 KB

File metadata and controls

38 lines (30 loc) · 1.75 KB

rm1 rm2 Discord

reMarkable Template Python Carta Application

Testing

Simulate

You can use rmkit-sim to test your application on your local machine.

make simulate

On Device

First you will need to install the following dependencies on the device:

opkg update
opkg install python3 python3-pip
pip install carta

You can now copy the contents of this folder to your device, and run your app with the following from the folder with the code:

pip install -r ./requirements.txt
python -m myapp