From e8e27a96a62a8dae2a3adb320baaf4ea420a8db7 Mon Sep 17 00:00:00 2001 From: MarkKoz Date: Sat, 9 Jan 2021 19:23:28 -0800 Subject: Removing trailing whitespaces from README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index af63615..453eb4c 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ not exposed. To expose third-party Python packages during evaluation, install them to the user site: ```sh -docker exec snekbox /bin/sh -c 'pip install --ignore-installed --user numpy' +docker exec snekbox /bin/sh -c 'pip install --ignore-installed --user numpy' ``` In the above command, `snekbox` is the name of the running container. The name may be different and can be checked with `docker ps`. -- cgit v1.2.3