Skip to content

Commit 054448e

Browse files
committed
Ensure nh3
1 parent 47bda29 commit 054448e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ RUN apt-get update && \
1616
openjdk-8-jdk \
1717
pandoc \
1818
python3-minimal \
19+
python-nh3 \
1920
python3-pip \
2021
python3-plastex \
2122
python3-yaml \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ The dependencies needed to *build/install* problemtools can be installed with:
207207
208208
And the dependencies needed to *run* problemtools can be installed with:
209209
210-
sudo apt install ghostscript libgmpxx4ldbl pandoc python3-minimal python-pkg-resources python3-plastex python3-yaml texlive-fonts-recommended texlive-lang-cyrillic texlive-latex-extra texlive-plain-generic tidy
210+
sudo apt install ghostscript libgmpxx4ldbl pandoc python3-minimal python-nh3 python-pkg-resources python3-plastex python3-yaml texlive-fonts-recommended texlive-lang-cyrillic texlive-latex-extra texlive-plain-generic tidy
211211
212212
### Fedora
213213
@@ -217,7 +217,7 @@ On Fedora, these dependencies can be installed with:
217217
218218
Followed by:
219219
220-
pip3 install --user plastex
220+
pip3 install --user plastex nh3
221221
222222
### Arch
223223
Package is available on the AUR [kattis-problemtools-git](https://aur.archlinux.org/packages/kattis-problemtools-git). Use your favorite AUR helper or follow the installation instructions found [here](https://wiki.archlinux.org/title/Arch_User_Repository#Installing_and_upgrading_packages).

0 commit comments

Comments
 (0)