File: install.rst

package info (click to toggle)
django-menu-generator-ng 1.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: python: 729; makefile: 17
file content (17 lines) | stat: -rw-r--r-- 496 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Installation
=============

You can install Django Menu Generator with one of these options:

- ``easy_install django-menu-generator``
- ``pip install django-menu-generator``
- ``git clone https://github.com/LaLogiaDePython/django-menu-generator``

  1. ``cd django-menu-generator``
  2. run python setup.py

- ``wget https://github.com/LaLogiaDePython/django-menu-generator/zipball/master``

  1. unzip the downloaded file
  2. cd into django-menu-generator-\* directory
  3. run python setup.py