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