Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 266 Bytes

File metadata and controls

16 lines (10 loc) · 266 Bytes

Installation

At the command line:

$ pip install progressbar2

Or if you don't have pip:

$ easy_install progressbar2

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv progressbar2
$ pip install progressbar2