peerdavid / remapy

An open source explorer for your remarkable tablet to show, upload or delete files via the remarkable cloud.
Apache License 2.0
174 stars 19 forks source link

feature/startscripts #13

Closed cs8898 closed 4 years ago

cs8898 commented 4 years ago

Added 2 Scripts to simplify a basic venv installation

without the tools needed for WebPage PDF Generation

install.sh

launch.sh

I use the launch script as a symlink to my bin folder

peerdavid commented 4 years ago

Thx for both scripts. Is there a reason to use "pip3" in line 6 and "pip" in line 7 (install.sh)? If not I would suggest to also use "pip3" in line 7?

I will also update the wiki accordingly when the pull request is merged :)

Thanks, David

cs8898 commented 4 years ago

Great Tool :+1: definitly better than using a WindowsVM to Extract file while im on my computer...

I changed 7 to use also pip3

Regards, Chris

peerdavid commented 4 years ago

The pull request is merged, the wiki is updated accordingly and I also updated the .desktop file to use the launch script and not the python script directly.

Thanks again, David

cs8898 commented 4 years ago

Great ;)

You'r welcome