comparison readme.rst @ 376:1e951e71d3f1

Change to readme
author Windel Bouwman
date Tue, 25 Mar 2014 19:36:51 +0100
parents 899ae3aea803
children 9667d78ba79e
comparison
equal deleted inserted replaced
375:19eacf4f7270 376:1e951e71d3f1
13 ------------------- 13 -------------------
14 14
15 'kernel' contains the microkernel. 15 'kernel' contains the microkernel.
16 'python' contains the python utilities. 16 'python' contains the python utilities.
17 17
18 Software dependencies 18
19 --------------------- 19 How to run this?
20 ----------------
21
22 Install required software:
20 23
21 * python3.3 24 * python3.3
22 * pyyaml for yaml module 25 * pyyaml for yaml module
23 * (optional) pyqt5, pyqt4 or pyside 26 * (optional) pyqt5, pyqt4 or pyside
24 27
25 How to start the IDE 28 Checkout the code:
26 --------------------
27 29
28 .. code:: bash 30 .. code:: bash
29 31
30 cd python 32 hg clone https://bitbucket.org/windel/lcfos
31 python ide.py 33 cd lcfos
34
35 Run some unit tests:
36
37 .. code:: bash
38
39 cd test
40 python3 run_tests.py
32 41
33 42
34 Source code 43 Weblinks
35 ----------- 44 --------
45
46 Docs are located here:
47 http://lcfos.readthedocs.org/en/latest/
36 48
37 Sources are located here: 49 Sources are located here:
38 https://bitbucket.org/windel/lcfos 50 https://bitbucket.org/windel/lcfos
39 51
52 here:
53 http://hg.assembla.com/lcfOS/
40 54
41 Docs 55 and here:
42 ---- 56 https://pikacode.com/windel/lcfos/
43 57
44 Docs are located here:
45 http://lcfos.readthedocs.org/en/latest/
46
47 Run unittests
48 -------------
49
50 .. code:: bash
51
52 cd test
53 ./runtests.sh
54
55
56 Status
57 ------
58 58
59 The project is contains tests which are run continuously at drone.io. 59 The project is contains tests which are run continuously at drone.io.
60 60
61 .. image:: https://drone.io/bitbucket.org/windel/lcfos/status.png 61 .. image:: https://drone.io/bitbucket.org/windel/lcfos/status.png
62 62
67 .. image:: https://www.ohloh.net/p/lcfos/widgets/project_thin_badge.gif 67 .. image:: https://www.ohloh.net/p/lcfos/widgets/project_thin_badge.gif
68 68
69 http://www.ohloh.net/p/lcfos 69 http://www.ohloh.net/p/lcfos
70 70
71 71
72