- git command executable
- python command executable (interpreter Python 3.9 or higher)
$ git clone git@github.com:mvchn/learning_python.git
$ cd learning_python
$ git checkout develop
$ git checkout develop
$ git checkout -b branch_name
$ dit add .
$ git commit -m "_updates_"
$ git push -u origin branch_name
$ python menu.py
... and follow the instructions in the console.