blob: e83dea9e5af4cbedebd43154c0bceb4fe7ddbe4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Installation
------------
PTable is published on PyPI, so you can easily install it via pip or easy_install,
and pip is recommended::
pip install PTable
or::
easy_install PTable
|