Installing curl
Linux
When using a Debian-based distro, you can do
sudo apt-get updatesudo apt-get install curl
MacOS
When using macOS, it is advised to use HomeBrew or MacPorts to install curl, if it is not yet installed.
Windows
curl should be included by default in newer versions of Windows (10+).