Python Forum
Editing and testing a package
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Editing and testing a package
#3
1.fork the repo
2.download/clone your [forked] repo locally
3.install it in editable mode

as you will see in docs, you can combine 2 and 3 in one step. Also normally you would work in virtual environment

then you can work locally, any edits you make will affect your installation. You can push any changes you make back to origin, etc.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
Editing and testing a package - by amasta - Mar-19-2019, 11:56 AM
RE: Editing and testing a package - by scidam - Mar-19-2019, 12:17 PM
RE: Editing and testing a package - by buran - Mar-19-2019, 12:36 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020