Python Forum
Editing and testing a package
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Editing and testing a package
#1
Hello, I found a Python package on Github that I want to modify and use for my own application. How can I best edit such a package. I've installed it using pip. Until now I edited the files in the ../site-packages/ folder, but I learned that this is not a good practice. I've made a fork in Github and edit this source code. I am using Spyder to test the code. But Spyder only imports packages from the Anaconda folder, not the Github folder.

I am a beginner in python, but what is the best practice to do this task?
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

Possibly Related Threads…
Thread Author Replies Views Last Post
  Need help editing a PDF omar 4 1,104 Oct-22-2022, 08:52 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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