Skip to content

Commit 3de010f

Browse files
committed
Update README.md
1 parent 9ad069e commit 3de010f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ This package was translated from the Python code version 1.0.0 available at http
1515

1616
## Installation
1717
Install [Julia 1.10](https://ufechner7.github.io/2024/08/09/installing-julia-with-juliaup.html) or later,
18-
if you haven't already. On Linux, make sure that Python3 and Matplotlib are installed:
18+
if you haven't already. On Linux, make sure that Python3, Matplotlib and LaTeX are installed:
1919
```
2020
sudo apt install python3-matplotlib
21+
sudo apt install texlive-full texlive-fonts-extra cm-super
2122
```
2223

2324
Before installing this software it is suggested to create a new project, for example like this:

0 commit comments

Comments
 (0)