Skip to content

Commit

Permalink
Merge pull request #44 from Brandon-HY-Lin/master
Browse files Browse the repository at this point in the history
doc: add instructions of getting started in README.md
  • Loading branch information
HarisIqbal88 authored Jul 30, 2019
2 parents 7a37c72 + a8617c7 commit cea5a70
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -63,5 +84,3 @@ Following are some network representations:
<h6 align="center">Holistically-Nested Edge Detection</h6>


0 comments on commit cea5a70

Please sign in to comment.