bpo-34324: Doc README wrong directory name for venv (GH-8650)

In the documentation, the `env` directory is specified when we execute
the `make venv` command. But in the code, `make venv` will create the
virtualenv inside the `venv` directory (defined by `VENVDIR`)
(cherry picked from commit 599bfa18f8)

Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
This commit is contained in:
Miss Islington (bot) 2018-08-09 08:10:27 -07:00 committed by GitHub
parent 292030354a
commit fe8f90aa3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ To get started on UNIX, you can create a virtual environment with the command ::
make venv make venv
That will install all the tools necessary to build the documentation. Assuming That will install all the tools necessary to build the documentation. Assuming
the virtual environment was created in the ``env`` directory (the default; the virtual environment was created in the ``venv`` directory (the default;
configurable with the VENVDIR variable), you can run the following command to configurable with the VENVDIR variable), you can run the following command to
build the HTML output files:: build the HTML output files::