You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pipenv support is added for coala installation for Linux, Mac and Windows.
However, Pipfile is not supported natively yet.
It helps manage pip and virtualenv together.
Pipenv generated Pipfile and Pipfile.lock for it's functioning and will
be updated by pipenv itself on every install and update of packages,
this is the reason these 2 files are needed to be ignored inside
.gitignore.
Closes#502
0 commit comments