How to download and setup trove
Open terminal and run command
git clone https://github.com/TrovePI/trove.git
git clone is used to create a copy or clone of trove repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with trove https://github.com/TrovePI/trove/archive/master.zip
Or simply clone trove with SSH
[email protected]:TrovePI/trove.git