You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,16 +34,16 @@ Note: on one machine I had to add `~/.local/bin` to PATH
34
34
35
35
Install pre-requisite software with:
36
36
37
-
1. Install Tex Live from the install-tl-windows.exe link towards the beginning ofhttps://www.tug.org/texlive/acquire-netinstall.html (after opening it, choose the Install option). When a box pops up, click Advanced. It will mention`Installation root C:/texlive/2023` which we need later. Uncheck Install TeXworks front end because we wont need it. Under Scheme click "change" and choose`basic scheme`. Hit Install. It will take a while because it installs a lot of common latex packages, you can do the remaining steps while this installs. You know it worked if you now have a`C:\texlive\2023\bin\windows\latex.exe`.
37
+
1. Install Tex Live from the install-tl-windows.exe link towards the beginning ofhttps://www.tug.org/texlive/acquire-netinstall.html (after opening it, choose the Install option). When a box pops up, click Advanced. It will mention`Installation root C:/texlive/2025` which we need later. Uncheck Install TeXworks front end because we wont need it. Under Scheme click "change" and choose`basic scheme`. Hit Install. It will take a while because it installs a lot of common latex packages, you can do the remaining steps while this installs. You know it worked if you now have a`C:\texlive\2025\bin\windows\latex.exe`.
38
38
2. From the Microsoft Store install Python 3.10 (3.8-3.12 is fine too if you already have it installed).
39
-
3. In a PowerShell terminal (click start menu then type powershell, or open a terminal in VSCode) run`pip install sphinx sphinxcontrib-tikz patreon`
39
+
3. In a PowerShell terminal (click start menu then type powershell, or open a terminal in VSCode) run`pip install sphinx sphinxcontrib-tikz patreon setuptools`
40
40
4.`cd` to the directory you cloned PySDR
41
-
5. Separately, open "Tex live command-line" app from start menu, then run`tlmgr install dvisvgm pgf` (pgf is tikz).
41
+
5. Separately, open "Tex live command-line" app from start menu, then run`tlmgr install dvisvgm pgf anyfontsize` (pgf is tikz).