Skip to content

Commit 723d0ce

Browse files
committed
Added INSTALL file.
1 parent fab119d commit 723d0ce

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

INSTALL

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
django-sitetree installation
2+
============================
3+
4+
5+
Python ``pip`` package is required to install ``django-sitetree``.
6+
7+
8+
From sources
9+
------------
10+
11+
Use the following command line to install ``django-sitetree`` from sources directory (containing setup.py):
12+
13+
pip install .
14+
15+
or
16+
17+
python setup.py install
18+
19+
20+
From PyPI
21+
---------
22+
23+
Alternatively you can install ``django-sitetree`` from PyPI:
24+
25+
pip install django-sitetree
26+
27+
28+
Use `-U` flag for upgrade:
29+
30+
pip install -U django-sitetree
31+

0 commit comments

Comments
 (0)