Skip to content

Improve package installation #544

Open
@reyang

Description

@reyang

Ideally we want to:

  1. If user installs OpenCensus from PyPI, they should get packages from PyPI.
  2. If user installs OpenCensus from GitHub repo master branch, they should get packages from the latest version of master branch.
    2.1 If user installs OpenCensus from a particular fork/branch/commit, they should get packages from that commit (basically a relative path dependency).
  3. If OpenCensus developers install opencensus from a local clone (with local modifications), they should get packages from the local folder (so they can test them properly).

Some context on how pip works:
pypa/pip#6060
https://pip.pypa.io/en/stable/news/#deprecations-and-removals

This is part of #445 effort.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions