diff options
author | 2021-01-09 19:23:28 -0800 | |
---|---|---|
committer | 2021-01-09 19:23:28 -0800 | |
commit | e8e27a96a62a8dae2a3adb320baaf4ea420a8db7 (patch) | |
tree | e0718594af33f7d1f2688d080b74a0435f93d38a /README.md | |
parent | CI: install git in the container (diff) |
Removing trailing whitespaces from README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |