-
Notifications
You must be signed in to change notification settings - Fork 11
dag/vlasisku
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Dependencies:
- Python 2.5+
- The packages in requirements.txt
Recommended for developers:
- bzr
- pip
- virtualenv
- virtualenvwrapper
- nose
- rudolf
Installation for developers: |
bzr branch lp:vlasisku
cd vlasisku
wget 'http://jbovlaste.lojban.org/export/xml-export.html?lang=en' \
-O vlasisku/data/jbovlaste.xml
# Isolated Python environment
mkvirtualenv --no-site-packages vlasisku
# Installs to that environment
pip install -r requirements.txt
# This takes some 20 seconds the first time
./manage.py runserver
# Run tests
nosetests -v --with-doctest --with-color
# When finished
deactivate
# To reactivate the environment
workon vlasisku
# With this you don't need all them options to nosetests
~/.noserc: |
[nosetests]
verbosity=2
with-color=1
with-doctest=1
Thanks:
- Twey, for compiling the grammatical class usage scales.
- Adam Lopresto, for the Perl code compound2affixes mimics.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published