Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 2f50120

Browse files
authored
Update README about building from source. (#245)
1 parent df9baf2 commit 2f50120

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ Installation & basic usage
3737
.. _pip: https://pip.pypa.io
3838
.. _pipenv: https://docs.pipenv.org/
3939

40+
3. If you want to use the unreleased packages (like stats and tags), you need to build the package from source using the below commands: (The stats and tags packages are expected to be released in 0.1.6)
41+
42+
::
43+
44+
git clone https://github.com/census-instrumentation/opencensus-python.git
45+
cd opencensus-python
46+
python setup.py bdist_wheel
47+
pip install dist/*
48+
4049
Usage
4150
-----
4251

0 commit comments

Comments
 (0)