SPOClab-ca / COVFEFE

COre Variable Feature Extraction Feature Extractor
Apache License 2.0
30 stars 10 forks source link

Change wget to curl in setup script #22

Open daniyall opened 4 years ago

daniyall commented 4 years ago

wget does not come pre-installed on macOS and requires installation before the setup script can be used. Curl on the other hand is pre-installed on most systems.

kearnsdm commented 3 years ago

This is also true in Windows. It wasn't hard to install wget, but it would be good to add to the documentation for Windows that it needs to installed and added to path.