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