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