h2oai / wave-apps

Sample AI Apps built with H2O Wave.
MIT License
143 stars 52 forks source link

Fixes #115 #123

Open denzuko opened 9 months ago

denzuko commented 9 months ago

Description:

Related Issues (optional):

mturoci commented 9 months ago

115 needs Windows instructions. WSL is just Linux on Windows which we already have. We need native Windows steps.

denzuko commented 9 months ago

@mturoci how native do we need? I'm using chocolatey right now to install python within Windows Terminal but are we meaning from bare bones click ops (e.g. download python installer from python.org, download zipfile of wave-apps from github, unzip via windows explorer, >> open terminal here, ...)?

mturoci commented 9 months ago

@denzuko this repo serves mostly AI/DS people who are not "true software engineers" so the simpler we can make it for them the better.

While I like chocolatey, I doubt that majority of "regular" people use it. Based on the docker docs, the installation should be as simple as installing docker-desktop, running it and that should automatically start docker daemon (same as MacOS) which in theory should make all the actual commands we currently have work out of the box.

Now, all of the above ^^ is just a speculation and needs verification. All the help is more than welcome.

TLDR: Link to docker in installation docs, verify all the commands we have work on Windows. If they do, remove MacOS / Linux description in the README and we are good to go.