How to build without setup.py after making changes in some part of the code on my local environement #7605
Unanswered
utkarsh0902311047
asked this question in
Q&A
Replies: 1 comment 4 replies
-
If you are developing new features in |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I used to run other small GitHub repositories. There, I download them to my environment, and if I make any changes can easily see their effect after running 'python setup.py install' and running the code.
Do you know how I can do the same with PyG?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions