Replies: 8 comments 26 replies
|
Maybe consider having "one preferred way" in the intro instructions? pipx feels...advanced. Maybe break it out into its own page to make the installation seem easier? |
|
A longer-term ambition I have is to bundle up Datasette as an Electron app - primarily for ease of installation by users who aren't comfortable with the terminal. |
|
I'm obviously biased here, but you might look at https://github.com/phildini/hera Hera is a standalone mac app that runs a jupyter notebook server, and even supports putting It's using BeeWare's briefcase, so it's all python. Update: here's a mac app that runs datasette, written in python: https://github.com/phildini/walkman |
|
Minor thing: You've got at least one note in the docs about things like "how to install on an old python rev (3.5)". I don't think that needs to be in your intro docs. |
|
For Windows, I most prefer to install applications (especially cli) using Scoop. The user does not need to be an admin to install through Scoop, which is a huge plus on corporate machines. Microsoft is working on their own package manager (winget) which might be worth looking at, as well. |
|
I almost got homebrew working! There's just one catch: So it's installed, but it wasn't correctly symlinked from somewhere on the PATH (usually Homebrew appears to symlink from Here's an issue if anyone has any ideas: simonw/homebrew-datasette#2 |
|
Datasette 0.47 is out with a bunch of changes to try to make it easier to install, and a hopefully much improved installation page in the documentation: https://datasette.readthedocs.io/en/stable/installation.html |
works for me..such a wonderful tool for so little work. Thanks Simon |

Uh oh!
There was an error while loading. Please reload this page.
Anyone have any thoughts on how I can make Datasette easier to install?
Right now the instructions at https://datasette.readthedocs.io/en/stable/installation.html talk about pip, pipx and Docker. But people need to get a Python environment working, which is really tricky.
I want to get Homebrew working too: #335
All reactions