Changeset 4131
- Timestamp:
- 11/03/11 03:51:15 (7 months ago)
- Location:
- OpenVocabulary/trunk/openvocabulary_django
- Files:
-
- 1 added
- 2 modified
-
INSTALLATION (modified) (2 diffs)
-
ov_django/settings.py (modified) (1 diff)
-
requirements (added)
Legend:
- Unmodified
- Added
- Removed
-
OpenVocabulary/trunk/openvocabulary_django/INSTALLATION
r4108 r4131 5 5 I. Installing required Python modules 6 6 7 - Read requirements file for packages that have to be installed independently 8 - run sudo pip install -r requirements 9 10 Below is a bit deprecated; pip is more comfortable to use: 7 11 To 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): 8 12 - django … … 15 19 - django-dynamicresponse: http://pypi.python.org/packages/source/d/django-dynamicresponse/django-dynamicresponse-0.1.5.tar.gz 16 20 - BeautifulSoup - http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-3.2.0.tar.gz 17 18 21 If no URLs were given, a default Ubuntu repository may be used 19 22 -
OpenVocabulary/trunk/openvocabulary_django/ov_django/settings.py
r4109 r4131 42 42 43 43 ADMINS = ( 44 (' Sebastian Kruk', 'sebastian.kruk@gmail.com'),44 ('mateusz', 'mateusz.kaczmarek@knowledgehives.com') 45 45 ) 46 46
