Hello World from OSS Silicon Valley


HowToUse/Python/2.7/pip/8.1

_ Prerequisite

If your installed python is newer than 2.7.9, you should have pip by default.

_ Install&Setup

Step.1
Download installer.
$ wget https://bootstrap.pypa.io/get-pip.py
Step.2
Install pip.
$ sudo python get-pip.py 

_ HowToUse

Step.1
Install module with pip.
$ pip install <module name>

Ex)

$ pip install virtualenv

_ Author

S.Yatsuzuka

Last-modified: 2016-11-06 (Sun) 07:51:25 (2728d)