diff options
| author | 2021-01-10 23:53:05 +0000 | |
|---|---|---|
| committer | 2021-01-10 23:53:05 +0000 | |
| commit | 7e6000e484fe1d30f7b7d0f629c6e188c08761ab (patch) | |
| tree | e0718594af33f7d1f2688d080b74a0435f93d38a /README.md | |
| parent | Create dependency cache directory if not present (diff) | |
| parent | Removing trailing whitespaces from README.md (diff) | |
Merge pull request #64 from python-discord/feat/deps/63/pep8-naming
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`. | 
