How to download and setup panda
Open terminal and run command
git clone https://github.com/gkastrinis/panda.git
git clone is used to create a copy or clone of panda 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 panda https://github.com/gkastrinis/panda/archive/master.zip
Or simply clone panda with SSH
[email protected]:gkastrinis/panda.git