-
-
Notifications
You must be signed in to change notification settings - Fork 117
sqlite-utils install
command
#483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
The implementation of this can be an almost exact copy of Datasette's, which was added in this commit: simonw/datasette@01fe5b7 Current code for that is here: https://github.com/simonw/datasette/blob/0.62/datasette/cli.py#L319-L340 - which is improved to use the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the addition of
--functions
in:In addition to the existing
convert
command, there are now very good reasons to want to install additional packages into the same virtual environment assqlite-utils
itself, to allow them to be used with those features.This isn't easy if you installed the tool with
pipx
orbrew install sqlite-utils
.Datasette solved this problem with the
datasette install
command:sqlite-utils
could benefit from the same idea.The text was updated successfully, but these errors were encountered: