From ee9a36af853babc4e9a62bd1b1197b781ffb82e5 Mon Sep 17 00:00:00 2001 From: cfreksen Date: Tue, 31 Oct 2017 10:18:12 +0100 Subject: [PATCH] Expand readme a bit. --- README.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.org b/README.org index 9e6aa8c..b2e65a0 100644 --- a/README.org +++ b/README.org @@ -41,12 +41,20 @@ given below are designed for a Linux shell. * Installation + If you have not already, download the code. + #+BEGIN_SRC sh + $ cd path/to/folder/where/you/want/to/store/the/emulator + $ git clone git@gitlab.com:cfreksen/llvm--emulator.git + #+END_SRC + Currently, to install the software you have to install the dependencies via ~pip~, e.g. #+BEGIN_SRC sh $ pip install -r requirements.txt #+END_SRC + You should now be ready to use the software. + There is currently work being done to use ~setuptools~ to handle installing and setting up the application. Once that is done, installation and usage will hopefully be more streamlined.