Expand readme a bit.

This commit is contained in:
cfreksen 2017-10-31 10:18:12 +01:00
parent fa57a727c1
commit ee9a36af85
No known key found for this signature in database
GPG Key ID: EAC13EE101008978
1 changed files with 8 additions and 0 deletions

View File

@ -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.