aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2021-01-09 19:23:28 -0800
committerGravatar MarkKoz <[email protected]>2021-01-09 19:23:28 -0800
commite8e27a96a62a8dae2a3adb320baaf4ea420a8db7 (patch)
treee0718594af33f7d1f2688d080b74a0435f93d38a /README.md
parentCI: install git in the container (diff)
Removing trailing whitespaces from README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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`.