Commit ee1a2363 authored by Daniel Himmelein's avatar Daniel Himmelein

formatting

parent 1b906f57
...@@ -40,7 +40,8 @@ For example, with a single Repo command you can download files from multiple rep ...@@ -40,7 +40,8 @@ For example, with a single Repo command you can download files from multiple rep
##### Downloading and installing Git and Python ##### ##### Downloading and installing Git and Python #####
* sudo apt-get install git-core * 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, use the following commands to switch between multiple Python versions:
#####
<!-- ... -->
sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 10 sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 10
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.3 20 sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.3 20
......
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