# HG changeset patch # User Windel Bouwman # Date 1395772611 -3600 # Node ID 1e951e71d3f101e7a03f8bdb24f4302b5dcff2cf # Parent 19eacf4f7270e4347009ceb42719ffa251c7c488 Change to readme diff -r 19eacf4f7270 -r 1e951e71d3f1 readme.rst --- a/readme.rst Sun Mar 23 15:44:06 2014 +0100 +++ b/readme.rst Tue Mar 25 19:36:51 2014 +0100 @@ -15,46 +15,46 @@ 'kernel' contains the microkernel. 'python' contains the python utilities. -Software dependencies ---------------------- + +How to run this? +---------------- + +Install required software: * python3.3 * pyyaml for yaml module * (optional) pyqt5, pyqt4 or pyside -How to start the IDE --------------------- +Checkout the code: .. code:: bash - cd python - python ide.py + hg clone https://bitbucket.org/windel/lcfos + cd lcfos + +Run some unit tests: + +.. code:: bash + + cd test + python3 run_tests.py -Source code ------------ +Weblinks +-------- + +Docs are located here: +http://lcfos.readthedocs.org/en/latest/ Sources are located here: https://bitbucket.org/windel/lcfos - -Docs ----- - -Docs are located here: -http://lcfos.readthedocs.org/en/latest/ +here: +http://hg.assembla.com/lcfOS/ -Run unittests -------------- - -.. code:: bash +and here: +https://pikacode.com/windel/lcfos/ - cd test - ./runtests.sh - - -Status ------- The project is contains tests which are run continuously at drone.io. @@ -69,4 +69,3 @@ http://www.ohloh.net/p/lcfos - diff -r 19eacf4f7270 -r 1e951e71d3f1 test/setenv.sh --- a/test/setenv.sh Sun Mar 23 15:44:06 2014 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -export PYTHONPATH=$PYTHONPATH:`pwd`/../python -