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
19
19
DOMjudge comes with a command line submit client which makes it really
20
20
convenient for teams to submit their solutions to DOMjudge.
21
21
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
23
23
library and optionally the python magic library installed on the team's
24
24
workstation. To install this on Debian-like distributions::
25
25
@@ -85,7 +85,7 @@ the team manual can be generated with the command ``make docs``.
85
85
The following should do it on a Debian-like system::
86
86
87
87
sudo apt install python3-sphinx python3-sphinx-rtd-theme fontconfig python3-yaml
88
- cd <INSTALL_PATH >/doc/
88
+ cd <DOWNLOAD_PATH >/doc/
89
89
make docs
90
90
91
91
The resulting manual will then be found in the ``team/ `` subdirectory.
You can’t perform that action at this time.
0 commit comments