Skip to content

Install

Peer David edited this page May 5, 2020 · 7 revisions

First of all ensure that python3 (>= 3.6), pip3 and tkinter is installed.

Linux

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:

  1. Create virtual environment: python3 -m venv env
  2. Activate venv: source env/bin/activate
  3. Update your pip installation: pip3 install --upgrade pip
  4. 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

Windows

Coming soon...

Clone this wiki locally