You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If user installs OpenCensus from PyPI, they should get packages from PyPI.
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).
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).
Ideally we want to:
2.1 If user installs OpenCensus from a particular fork/branch/commit, they should get packages from that commit (basically a relative path dependency).
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.
The text was updated successfully, but these errors were encountered: