-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathreadme.yml
49 lines (36 loc) · 1.01 KB
/
readme.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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.