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

Running the toolbox on Windows #39

Closed
SongZRui opened this issue May 25, 2019 · 2 comments
Closed

Running the toolbox on Windows #39

SongZRui opened this issue May 25, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@SongZRui
Copy link

As we know from the script, there are some Linux shell command in the download.py, such as 'wget', 'rm', 'rm -rf', etc. Actually, we can easily find alternative commands in windows 10. Here I summon a brief list:
wget: you can download and install wget directly from here, where you can choose *64 or *86 architecture.
rm: del (remove files)
rm -rf : rd(remove directories)
download.txt

The attachment is a modified script that works properly on windows 10. Because git do not support supply with a .py file, it has been renamed into .txt. But I am pretty sure that it works.

@filipradenovic
Copy link
Owner

Thank you very much! When updating the code I will add this script for usage on windows.

@filipradenovic
Copy link
Owner

I added the script in utils as download_win.py.

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

No branches or pull requests

2 participants