Changes

Jump to: navigation, search

OPS435 Python Lab 1

5 bytes added, 17:25, 15 May 2017
Part 2 - SETTING UP YOUR PYTHON ENVIRONMENT FOR OPS435 LABS
yum install python-pip # Install python2.7 pip
yum install python34-pip # Install python3.4 pip
</source></li></ol>
<li style="margin-left:25px;">Issue the following command to install git:<source>
yum install git # Install git command line tool
</source></li></ol>
<ol><li value="89" style="margin-left:25px;">Issue the following command to install git:<source>yum install git # Install git command line tool</source></li><li style="margin-left:25px;">IPython will be one of the tools we will use the most. Lets install it. You will learn more about it in the next section:<source>
yum install python-ipython # Install ipython for python2.7
pip3.4 install ipython # Install ipython for python3.4
13,420
edits

Navigation menu