We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad069e commit 3de010fCopy full SHA for 3de010f
README.md
@@ -15,9 +15,10 @@ This package was translated from the Python code version 1.0.0 available at http
15
16
## Installation
17
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:
+if you haven't already. On Linux, make sure that Python3, Matplotlib and LaTeX are installed:
19
```
20
sudo apt install python3-matplotlib
21
+sudo apt install texlive-full texlive-fonts-extra cm-super
22
23
24
Before installing this software it is suggested to create a new project, for example like this:
0 commit comments