muftring / community-flow

analyze temporal networks to discover the flow of community structures
MIT License
0 stars 0 forks source link

make project a pip editable install #12

Closed muftring closed 3 years ago

muftring commented 3 years ago

support: pip install -e ...

muftring commented 3 years ago

This is working. From the git/community-flow directory I can execute:

pip install -e `pwd`

and the project gets installed, and can be imported into notebooks and other code files.