File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Command line submit client
1919DOMjudge comes with a command line submit client which makes it really
2020convenient for teams to submit their solutions to DOMjudge.
2121
22- In order to use the submit client, you need Python, the python requests
22+ In order to use the submit client, you need Python, the python requests
2323library and optionally the python magic library installed on the team's
2424workstation. To install this on Debian-like distributions::
2525
@@ -85,7 +85,7 @@ the team manual can be generated with the command ``make docs``.
8585The following should do it on a Debian-like system::
8686
8787 sudo apt install python3-sphinx python3-sphinx-rtd-theme fontconfig python3-yaml
88- cd <INSTALL_PATH >/doc/
88+ cd <DOWNLOAD_PATH >/doc/
8989 make docs
9090
9191The resulting manual will then be found in the ``team/ `` subdirectory.
You can’t perform that action at this time.
0 commit comments