Merge pull request #44 from Brandon-HY-Lin/master

doc: add instructions of getting started in README.md
This commit is contained in:
Haris Iqbal
2019-07-30 11:18:07 +02:00
committed by GitHub
+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. 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 ## TODO
- [X] Python interfaz - [X] Python interfaz
@@ -63,5 +84,3 @@ Following are some network representations:
<h6 align="center">Holistically-Nested Edge Detection</h6> <h6 align="center">Holistically-Nested Edge Detection</h6>