Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,15 @@ pip install -r requirements.txt
```bash
sudo apt install pdflatex
```
## Instructions for Windows Users

To have a TeX engine on Windows, you need to install the MikTeX software. Follow these steps:

1. Go to the [MikTeX download page](https://miktex.org/download).
2. Download the installer for your version of Windows.
3. Run the installer and follow the on-screen instructions to complete the installation.
4. Once installed, you can verify the installation by opening a command prompt and typing `latex --version`.

- This enables latex source to be compiled by the agents.
- **[IMPORTANT]** If this step cannot be run due to not having sudo access, pdf compiling can be turned off via running Agent Laboratory via setting the `--compile-latex` flag to false: `--compile-latex "false"`

Expand Down