Expand readme a bit.
This commit is contained in:
parent
fa57a727c1
commit
ee9a36af85
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user