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.
|
given below are designed for a Linux shell.
|
||||||
|
|
||||||
* Installation
|
* 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
|
Currently, to install the software you have to install the
|
||||||
dependencies via ~pip~, e.g.
|
dependencies via ~pip~, e.g.
|
||||||
#+BEGIN_SRC sh
|
#+BEGIN_SRC sh
|
||||||
$ pip install -r requirements.txt
|
$ pip install -r requirements.txt
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
You should now be ready to use the software.
|
||||||
|
|
||||||
There is currently work being done to use ~setuptools~ to handle
|
There is currently work being done to use ~setuptools~ to handle
|
||||||
installing and setting up the application. Once that is done,
|
installing and setting up the application. Once that is done,
|
||||||
installation and usage will hopefully be more streamlined.
|
installation and usage will hopefully be more streamlined.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user