如何修改和使用下载的python库?

我正在使用Tensorflow进行AI实践和实现。我已经从他们的资料库分叉到我自己的资料库中。我也将其下载到我的PC。

假设我想修改原始库并将其用作我自己的库。 (在这里和那里进行调整)

I want the import tf as tensorflow to be referencing the library I modified. I also want all changes I've made to the library to be updated in realtime. (without recompiling)

怎么做?我是否从源代码构建?