Closed
Description
Environment details
- OS type and version: any
- Python version: any
- pip version: any
google-cloud-logging
version: any
Steps to reproduce
- Read Installation section of
README.rst
- Find the step to install
virtualenv
Code example
Given Python 2.7 support is removed in January 1, 2020 and the oldest supported version is Python 3.5, we can expect that all environments are with venv
that is included in the standard modules and is alternative of virtualenv
in this use case. So we can replace the installation documents with the following descriptions:
- macOS/Linux
python -m venv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-logging
- Windows
python -m venv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-logging
Stack trace
N/A
Metadata
Metadata
Assignees
Labels
Issues related to the googleapis/python-logging API.Issues related to the googleapis/python-logging API.I really want to be triaged.I really want to be triaged.