Changeset 4131

Show
Ignore:
Timestamp:
11/03/11 03:51:15 (7 months ago)
Author:
mateusz
Message:
 
Location:
OpenVocabulary/trunk/openvocabulary_django
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • OpenVocabulary/trunk/openvocabulary_django/INSTALLATION

    r4108 r4131  
    55I. Installing required Python modules 
    66 
     7- Read requirements file for packages that have to be installed independently 
     8- run sudo pip install -r requirements 
     9 
     10Below is a bit deprecated; pip is more comfortable to use: 
    711To use openvocabulary_django you need to install the following Python modules (these are listed for Linux, Ubuntu in particular; installation for Windows is probably impossible and at least very awkward): 
    812- django 
     
    1519- django-dynamicresponse: http://pypi.python.org/packages/source/d/django-dynamicresponse/django-dynamicresponse-0.1.5.tar.gz 
    1620- BeautifulSoup - http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-3.2.0.tar.gz 
    17  
    1821If no URLs were given, a default Ubuntu repository may be used 
    1922 
  • OpenVocabulary/trunk/openvocabulary_django/ov_django/settings.py

    r4109 r4131  
    4242 
    4343ADMINS = ( 
    44      ('Sebastian Kruk', 'sebastian.kruk@gmail.com'), 
     44     ('mateusz', 'mateusz.kaczmarek@knowledgehives.com') 
    4545) 
    4646