There are a number of options for building: :: > python setup.py develop builds and installs the ``gnome`` package in "development" (editable) mode. :: > python setup.py install builds and installs the ``gnome`` package into your Python install. Expand All @@ -469,7 +471,7 @@...
We can check whether the README file is really in GitHub: branching & merging git checkout git checkout -b <new_branch>will create a new branch (the "-b" causes a new branch to be created) with the name of "new_branch": We can check which branch we're now by usinggit branch: ...