Skip to content

Commit

Permalink
add note to install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bj00rn committed Jun 26, 2019
1 parent e1a0f3d commit 49ced05
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

This is an example of a Django site with tracing implemented using the django_opentracing package. To run the example, make sure you've installed package `opentracing` and the `Tracer` of your choice (Jaeger, LightStep, etc).

Navigate to this directory and then run:
Navigate to this directory and install requirements:

```
> pip install -r requirements.txt
```

Run the server:
```
> python manage.py runserver 8000
```
Expand Down

0 comments on commit 49ced05

Please sign in to comment.