Git Product home page Git Product logo

Comments (12)

sollidsnake avatar sollidsnake commented on July 19, 2024 2

Ok, thanks. Good luck!

from pipman.

sollidsnake avatar sollidsnake commented on July 19, 2024

pipman doesn't currently support installing from a git repository. I'll look into it and verify if it can be implemented.

from pipman.

terencode avatar terencode commented on July 19, 2024

Ok thanks! What is the other way to install this particular program?

from pipman.

sollidsnake avatar sollidsnake commented on July 19, 2024

You mean to install on Arch Linux? You can create a PKGBUILD for that. Arch Linux's wiki explains the process very well. You can also some other PKGBUILD as a base. You can download the for any package with yay -G package, either from AUR or the main repositories.

from pipman.

terencode avatar terencode commented on July 19, 2024

Well not really to install it then, just have a directory with the deps needed to execute it locally.

from pipman.

sollidsnake avatar sollidsnake commented on July 19, 2024

Did you try following the instructions on the project's repository? It worked for me. The following command should do it:
pip3 install --user git+https://github.com/amezin/powerplay-table-editor.git

And then you run with
amdgpu-pptable-editor

from pipman.

terencode avatar terencode commented on July 19, 2024

Well it does work, but I want to have it on a local folder.

from pipman.

sollidsnake avatar sollidsnake commented on July 19, 2024

The executable should be located in ~/.local/bin/amdgpu-pptable-editor if you installed with the --user option. You can create a .desktop file for it and place it in your ~/.local/share/applications, then it will appear in your menu just like any other application. Just grab some .desktop file on that directory and edit the run command and the icon if you wish, and save it as a new file on that directory. If you have a hard time doing that let me know and I'll help you creating a .desktop file for you.

Otherwise you can just symlink it to your local folder (ln -s ~/.local/bin/amdgpu-pptable-editor /path/to/your/local/folder) and mark it as executable with you file manager.

from pipman.

terencode avatar terencode commented on July 19, 2024

Ok, this sounds good, thanks.
If I remove the executable, does it remove everything that was installed by pip install --user ?

from pipman.

sollidsnake avatar sollidsnake commented on July 19, 2024

No, you should uninstall it with pip uninstall amdgpu_pptable

from pipman.

terencode avatar terencode commented on July 19, 2024

Alright, and if I really want one folder containing everything, I can just use virtualenv I guess. I
I'll leave the issue open if you think you can implement generating a PKGBUILD from a git repo.

from pipman.

terencode avatar terencode commented on July 19, 2024

Thank you for your help 🥇

from pipman.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.