changeset 376:1e951e71d3f1

Change to readme
author Windel Bouwman
date Tue, 25 Mar 2014 19:36:51 +0100
parents 19eacf4f7270
children 9667d78ba79e
files readme.rst test/setenv.sh
diffstat 2 files changed, 24 insertions(+), 29 deletions(-) [+]
line wrap: on
line diff
--- 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
 
 
-
--- 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
-