-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathINSTALL
More file actions
28 lines (17 loc) · 697 Bytes
/
INSTALL
File metadata and controls
28 lines (17 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
pytils installation
===================
Install via easy_install
------------------------
You can install the most recent pytils version using
[easy_install](http://peak.telecommunity.com/DevCenter/EasyInstall)
easy_install pytils
Install from tarball
-----------------------------
1. Download the recent tarball from http://cheeseshop.python.org/pypi/pytils/
2. Unpack the tarball
3. Run `python setup.py install`
Install the development version
--------------------------------
If you want to be on a edge, you can install development version via easy_install:
easy_install pytils==dev
or get pytils snapshot from repository http://hg.pyobject.ru/pytils/archive/tip.zip