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
No description provided.
The text was updated successfully, but these errors were encountered:
The best way to use in MS Windows 10 is to install WSL:
https://learn.microsoft.com/en-us/windows/wsl/install
Here is the command in Power Shell needed to set up WSL:
wsl --install
Then install a version of linux, such as Ubuntu, which is the default for WSL: https://apps.microsoft.com/detail/9pdxgncfsczv?rtc=1&hl=en-us&gl=US
Once you have Ubuntu installed, run this command in the Ubuntu terminal to install the make command needed to download the files:
make
sudo apt-get install build-essential
Then to download the commands in Ubuntu should be:
git clone https://github.com/humdrum-tools/humdrum-data cd humdrum-data make
Sorry, something went wrong.
craigsapp
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: