Update pip.py

Added a 'r' to account for the backslashes
This commit is contained in:
Shane Lee 2015-04-20 14:19:49 -06:00
parent 3cc5c970ad
commit cb999c7d70

View file

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
'''
r'''
Install Python packages with pip to either the system or a virtualenv
Windows Support