We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way to get this working on Windows, please?
The text was updated successfully, but these errors were encountered:
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/
Sorry, something went wrong.
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)
No branches or pull requests
Is there a way to get this working on Windows, please?
The text was updated successfully, but these errors were encountered: