doc: add instructions of getting started in README.md

* Add instructions for installing pdflatex package.
* Add commands for executing example.
This commit is contained in:
Brandon Lin
2019-04-13 22:33:17 +08:00
committed by GitHub
parent ccb9a4791a
commit a8617c7367
+21 -2
View File
@@ -3,6 +3,27 @@
Latex code for drawing neural networks for reports and presentation. Have a look into examples to see how they are made. Additionally, lets consolidate any improvements that you make and fix any bugs to help more people with this code.
## Getting Started
1. Install the following packages on Ubuntu.
* Ubuntu 16.04
```
sudo apt-get install texlive-latex-extra
```
* Ubuntu 18.04.2
Base on this [website](https://gist.github.com/rain1024/98dd5e2c6c8c28f9ea9d), please install the following packages.
```
sudo apt-get install texlive-latex-base
sudo apt-get install texlive-fonts-recommended
sudo apt-get install texlive-fonts-extra
sudo apt-get install texlive-latex-extra
```
2. Execute the example as followed.
```
cd pyexamples/
bash ../tikzmake.sh test_simple
```
## TODO
- [X] Python interfaz
@@ -63,5 +84,3 @@ Following are some network representations:
<h6 align="center">Holistically-Nested Edge Detection</h6>