Closed muftring closed 3 years ago
support: pip install -e ...
pip install -e ...
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.
support:
pip install -e ...