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
I also would like too see that as a packaged CLI tool on pypi, then run as like that:
$ detective emrebeyler transfers
which will put the transfers of my account.
Currently, if I want to run that (the project), I do a git clone first, then try to run and see missing dependencies. (beem, lxml), install them, try again...
Not exactly a smooth workflow. Packacking it also handle the dependency installation.
The text was updated successfully, but these errors were encountered:
From emrebeyler's comment:
I also would like too see that as a packaged CLI tool on pypi, then run as like that:
$ detective emrebeyler transfers
which will put the transfers of my account.
Currently, if I want to run that (the project), I do a
git clone
first, then try to run and see missing dependencies. (beem, lxml), install them, try again...Not exactly a smooth workflow. Packacking it also handle the dependency installation.
The text was updated successfully, but these errors were encountered: