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