Commit 92551d10 authored by Matthias Putz's avatar Matthias Putz

changed recommended python 3.3 usage

parent 5b7281c3
......@@ -47,7 +47,11 @@ The editrights tools is provided as part of git-repo for Microsoft Windows.
##### Downloading and installing Git and Python #####
* sudo apt-get install git-core
* Since our Repo requires Python 3.3, use the following commands to switch between multiple Python versions:
* Since our Repo requires Python 3.3, we recommend to change the first line of the ~/bin/repo executable to:
#!/usr/bin/env python3.3
* Alternatively, use the following commands to switch between multiple Python versions:
<!-- code block -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment