-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can someone help me with installation? #45
Comments
|
Many thanks!
From: Rasmus Thomsen [mailto:[email protected]]
Sent: Wednesday, March 07, 2018 2:43 AM
To: michaldaniel/Ebook-Viewer <[email protected]>
Cc: frank572 <[email protected]>; Author <[email protected]>
Subject: Re: [michaldaniel/Ebook-Viewer] Can someone help me with installation? (#45)
Requires: gir1.2-webkit-3.0, libwebkitgtk-3.0-0, gir1.2-gtk-3.0, python3-gi (PyGObject for Python 3)
Those are native dependencies, you have to install those with your system package manager ( APT, DNF etc. depending on your system )
How do I "download this repository" from github?
You can "download" ( it's called cloning in the git world ) a repository with git clone <url-to-repo>
I'd strongly recommend you to read up on git ( maybe with the Udacity class ), it's pretty essential to know it if you want to contribute to FOSS
What is meant by "in project directory"? The project directory is the directory you cloned the repository to
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#45 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/Ajar-9Oi7bHXlrb74LePxdNB3xJ0F8zPks5tb52HgaJpZM4SgBrf> .
|
Beginner Python programmer, don't have the skills/knowledge to follow the install instructions. Any help much appreciated. Specifically:
Installing
Requires: gir1.2-webkit-3.0, libwebkitgtk-3.0-0, gir1.2-gtk-3.0, python3-gi (PyGObject for Python 3)
Questions:
Where do I find these?
How do I install them in my system (e.g. with pip? other method?)
Download or clone this repository then run in project directory:
sudo make install
Questions:
How do I "download this repository" from github?
What is meant by "in project directory"? How do I get to the project directory to run sudo make install?
Thanks again for any advice.
The text was updated successfully, but these errors were encountered: