Skip to content

Commit 92dcbf3

Browse files
committed
small fixes to README.md
1 parent 57d18a4 commit 92dcbf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ There are four supported ways of installing and running problemtools.
3535

3636
Run
3737
```
38-
pip3 install git+https://github.com/kattis/problemtools
38+
sudo pip3 install git+https://github.com/kattis/problemtools
3939
```
4040

4141
Or if you don't want a system-wide installation,
@@ -60,7 +60,7 @@ We maintain three official problemtools Docker images on Docker Hub:
6060

6161
- [`problemtools/full`](https://hub.docker.com/r/problemtools/full/): this image contains problemtools along with compilers/interpreters for all supported programming languages.
6262

63-
- [`problemtools/icpc`](https://hub.docker.com/r/problemtools/icpc/): this image contains problemtools along with compilers/interpreters for the programming languages allowed in the International Collegiate Programming Contest (ICPC): C, C++, Java, Python 2+3, and Kotlin.
63+
- [`problemtools/icpc`](https://hub.docker.com/r/problemtools/icpc/): this image contains problemtools along with compilers/interpreters for the programming languages allowed in the International Collegiate Programming Contest (ICPC): C, C++, Java, Kotlin, and Python 3. Note that the compiler/interpreter versions used might not be exactly the same as those used in the current ICPC season.
6464

6565
- [`problemtools/minimal`](https://hub.docker.com/r/problemtools/minimal/): this image only contains problemtools, no additional programming languages. As such as it is not particularly useful on its own, but if you are organizing a contest and want to set up a problemtools environment containing exactly the right set of compilers/interpreters for your contest, this is the recommended starting point.
6666

0 commit comments

Comments
 (0)