-
Notifications
You must be signed in to change notification settings - Fork 4
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
How to install and use it? #10
Comments
You should be able to install it with a simple If you're using Debian (or a derivative), you can install the system dependencies with:
At this point, you should be able to run these two without any errors:
Then run:
Normally, This installs both my projects and creates a I hope I could help. Feel free to ask if anything goes wrong, or there is something unclear. |
@alpernebbi I tried on Debian but did not succeed. pip3 install git-annex-metadata-gui Could not find any downloads that satisfy the requirement PyQt5 (from git-annex-metadata-gui) sudo apt install python3-pyqt5 pip3 install git-annex-metadata-gui Could not find any downloads that satisfy the requirement PyQt5 (from git-annex-metadata-gui) python3 -c 'import PyQt5, pygit2' ImportError: No module named 'pygit2' I had success with Manjaro Linux: install system pkg libgit2 first sudo pip install git-annex-metadata-gui installed to /usr/bin/git-annex-metadata-gui in /usr/lib/python/site-packages/ changed modes of many related files and dirs "ugo+rx" |
Hi,
Thanks for this great GUI tool!
But exactly how to install and use it?
The text was updated successfully, but these errors were encountered: