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