diff options
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`. | 
