Skip to content
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

Open
frank572 opened this issue Mar 7, 2018 · 2 comments
Open

Can someone help me with installation? #45

frank572 opened this issue Mar 7, 2018 · 2 comments

Comments

@frank572
Copy link

frank572 commented Mar 7, 2018

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.

@Cogitri
Copy link

Cogitri commented Mar 7, 2018

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

@frank572
Copy link
Author

frank572 commented Mar 7, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants