aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-01-10 23:53:05 +0000
committerGravatar GitHub <[email protected]>2021-01-10 23:53:05 +0000
commit7e6000e484fe1d30f7b7d0f629c6e188c08761ab (patch)
treee0718594af33f7d1f2688d080b74a0435f93d38a /README.md
parentCreate dependency cache directory if not present (diff)
parentRemoving trailing whitespaces from README.md (diff)
Merge pull request #64 from python-discord/feat/deps/63/pep8-naming
Diffstat (limited to '')
-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`.