-
Notifications
You must be signed in to change notification settings - Fork 657
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a point regarding cloning contrib repo
- Loading branch information
1 parent
1bb3970
commit a783036
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,10 @@ To quickly get up and running, you can use the `scripts/eachdist.py` tool that | |
ships with this project. First create a virtualenv and activate it. | ||
Then run `python scripts/eachdist.py develop` to install all required packages | ||
as well as the project's packages themselves (in `--editable` mode). | ||
|
||
Further, you'll want to clone the Contrib repo locally to resolve paths needed | ||
to run tests. `git clone [email protected]:open-telemetry/opentelemetry-python-contrib.git opentelemetry-python-contrib`. | ||
|
||
You can then run `scripts/eachdist.py test` to test everything or | ||
`scripts/eachdist.py lint` to lint everything (fixing anything that is auto-fixable). | ||
|
||
|