guxal / Flask-CLI

The Flask CLI creates, manages, builds and test your Flask projects.
MIT License
2 stars 2 forks source link

create package PIP #4

Open guxal opened 4 years ago

guxal commented 4 years ago

use -> pip3 install flaskcli

guxal commented 4 years ago

this problem is being addressed in the branch

release/ 4 / installwithpip-e

we have an installation with a symbolic link using the

sudo pip3 install -e . what is expected is achieved, but when using

sudo pip3 install . without the flag

the installation is not done correctly and the command is broken

the problem is linked to the way in which the different functions are imported internally, this must be solved to be able to release this error