Added TODO and DEVELOPMENT.
[faces-project.git] / DEVELOPMENT
blob481177729670b853524a0e5306498e87b677633b
1 Contributions are welcome. See README.
3 IDEs
4 ====
6 pydev (eclipse plugin)
7 ----------------------
8 Support for pydev is in 'matplotlib91' branch.
10 1. Copy .pydevproject.aanno to .pydevproject and edit it according to your 
11    needs. The important part is to include a path were a matplotlib 0.91.4 
12    resides.
14 2. Import the pydev project to eclipse.
16 3. You could now edit the files, debug, ...
18 eric4
19 ----- 
20 Support for eric4 is in 'matplotlib91' branch.
22 I had problem with setting PYTHONPATH within eric4 (4.1.6). If you know you to 
23 do this reliably drop me a email.
25 In the meantime:
27 1. Start eric4.
29 2. 'Open Project' and choose file faces-project.e4p
31 3. Copy bin/faces_eric4_aanno.py and edit the copy to your needs. The important 
32    part is to include a path were a matplotlib 0.91.4 resides.
34 4. Use your copy of the start script to run/debug faces-project from within
35    eric4.