-
Notifications
You must be signed in to change notification settings - Fork 19
Install
Peer David edited this page May 2, 2020
·
7 revisions
First of all ensure that python3 (>= 3.6) and pip3 is installed.
Clone this repository to a local folder. To install all dependencies into a virtual environment, execute steps 1-4. If you want to install the packages system wide, execute only step 4:
- Create virtual environment:
python3 -m venv env
- Activate venv:
source env/bin/activate
- Update your pip installation:
pip3 install --upgrade pip
- Install all requirements. Use requirements-gpu if a gpu is available, requirements-cpu otherwise:
pip3 install -r requirements.txt
You can then simply execute remapy with ./rema.py
Note: To create a launcher symbol adapt the remapy.desktop file and copy it to ~/.local/share/applications/remapy.desktop
Coming soon...
WARNING: This project is not affiliated to, nor endorsed by, reMarkable AS. I am not responsible for any damage done to your device or your data due to the use of this software.