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? |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
works for me..such a wonderful tool for so little work. Thanks Simon |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions