README: remove last py 2.7.11 reference
This commit is contained in:
parent
32d92f4c4e
commit
bfd820eb7a
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ To build and run a development container, pass one argument to [local-docker.sh]
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Create a new virtualenv and activate it
|
# Create a new virtualenv and activate it
|
||||||
pyenv virtualenv 2.7.11 quay-deps
|
pyenv virtualenv 2.7.12 quay-deps
|
||||||
pyenv activate quay-deps
|
pyenv activate quay-deps
|
||||||
|
|
||||||
# Install unversioned dependencies with your changes
|
# Install unversioned dependencies with your changes
|
||||||
|
|
Reference in a new issue