I'm wondering if there's a possibility of adding a non-native library of python
.
Example, I'm using NetworkX
to create graph, so I need to install the library and everything.
I want to add this library directly to the program, if I use it on another pc so I do not need to install it any more, I already encapsulate this library with the code.
Is there any way to do this?
Thank you.