Skip to content
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

Windows version #17

Open
vaclavmuller opened this issue Apr 25, 2023 · 2 comments
Open

Windows version #17

vaclavmuller opened this issue Apr 25, 2023 · 2 comments

Comments

@vaclavmuller
Copy link

Is there a way to get this working on Windows, please?

@designzwang
Copy link

One way would be to use Docker for Windows and WSL, so both the setup scripts and the sheetsage container can be executed.
https://docs.docker.com/desktop/windows/wsl/

@vaclavmuller
Copy link
Author

One way would be to use Docker for Windows and WSL, so both the setup scripts and the sheetsage container can be executed. https://docs.docker.com/desktop/windows/wsl/

Many thanks.
Now I run the program via wsl.

Here's the full setup process for those looking to run Sheetsage on Windows:

Download, install and run Docker desktop.
https://docs.docker.com/desktop/install/windows-install/

run PowerShell and type:

wsl --install

cd $home

ROOT=https://raw.githubusercontent.com/chrisdonahue/sheetsage/main; wget $ROOT/prepare.sh && wget $ROOT/sheetsage.sh && chmod +x *.sh && ./prepare.sh

Transferring of files between Windows and Linux:
run TotalCommander

put in the path line
cd \wsl$\Ubuntu

then Ctrl+D (bookmarking the path)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants