Skip to content

Docs: remove Python 2.7 support and change descriptions on virtual environment #47

@ymotongpoo

Description

@ymotongpoo

Environment details

  • OS type and version: any
  • Python version: any
  • pip version: any
  • google-cloud-logging version: any

Steps to reproduce

  1. Read Installation section of README.rst
  2. 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

Labels

api: loggingIssues related to the googleapis/python-logging API.triage meI really want to be triaged.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions