Changes

Jump to: navigation, search

OPS435 Python Lab 1

13 bytes added, 21:50, 26 February 2017
Part 2 - Environment Setup
Python pip is a package manager specifically for Python. While it is usually not recommended to install software outside of dnf or yum, sometimes the only way to get a specific or latest version will be through pip.
<pre>
dnf install python-pip python3-pip # Install pip
</pre>
Git is a version control system that allows you to track any changes made to files and programs. The benefit to using git is primarily found when it's used with multiple people, sharing and working on code together. While that is not how we will be using it in this course, you may find some benefits in using it for managing multiple versions of the same program or for backing up your code onto the internet. Check out bitbucket for a free private code repository.
1,760
edits

Navigation menu