I have installed a Python library from the PyPI. However, I want to add some codes inside it and work with it while editing it. How can I do this?
Asked
Active
Viewed 1,051 times
2 Answers
0
You can find all your installed libraries in YourPythonDirectory\Lib\site-packages
Amin Guermazi
- 1,632
- 9
- 19
0
Import the library in any Editor(say PyCharm). Then, press Ctrl + Enter. or else Right Click on Library Name and Select Go to Definition. There you will be able to edit that library. Or else edit in site-packages in your Explorer.
Rajnish kumar
- 186
- 1
- 14