Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Copy link
Copy link
Closed
@ymotongpoo

Description

@ymotongpoo
Issue body actions

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.Issues related to the googleapis/python-logging API.triage meI really want to be triaged.I 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

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.