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