comparison readme.rst @ 300:158068af716c

yafm
author Windel Bouwman
date Tue, 03 Dec 2013 18:00:22 +0100
parents 674789d9ff37
children e84047f29c78
comparison
equal deleted inserted replaced
299:674789d9ff37 300:158068af716c
16 'python' contains the python utilities. 16 'python' contains the python utilities.
17 17
18 Software dependencies 18 Software dependencies
19 --------------------- 19 ---------------------
20 20
21 * python3 21 * python3.3
22 * (optional) pyqt5, pyqt4 or pyside 22 * (optional) pyqt5, pyqt4 or pyside
23 23
24 How to start the IDE 24 How to start the IDE
25 -------------------- 25 --------------------
26 26
31 31
32 32
33 Docs 33 Docs
34 ---- 34 ----
35 35
36 Docs are here: 36 Docs are located here:
37 http://lcfos.readthedocs.org/en/latest/ 37 http://lcfos.readthedocs.org/en/latest/
38 38
39 Run unittests 39 Run unittests
40 ------------- 40 -------------
41 41
42 .. code:: bash 42 .. code:: bash
43 43
44 cd test 44 cd test
45 python -m unittest 45 ./runtests.sh
46 46
47 47
48 Status 48 Status
49 ------ 49 ------
50
51 The project is contains tests which are run continuously at drone.io.
50 52
51 .. image:: https://drone.io/bitbucket.org/windel/lcfos/status.png 53 .. image:: https://drone.io/bitbucket.org/windel/lcfos/status.png
52 54
53 .. image:: https://www.ohloh.net/p/lcfos/widgets/project_thin_badge.gif 55 .. image:: https://www.ohloh.net/p/lcfos/widgets/project_thin_badge.gif
54 56