Skip to content

Commit

Permalink
Added INSTALL file.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Aug 28, 2016
1 parent fab119d commit 723d0ce
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
django-sitetree installation
============================


Python ``pip`` package is required to install ``django-sitetree``.


From sources
------------

Use the following command line to install ``django-sitetree`` from sources directory (containing setup.py):

pip install .

or

python setup.py install


From PyPI
---------

Alternatively you can install ``django-sitetree`` from PyPI:

pip install django-sitetree


Use `-U` flag for upgrade:

pip install -U django-sitetree

0 comments on commit 723d0ce

Please sign in to comment.