Skip to content

Commit 2f0517e

Browse files
authored
Add package install section
1 parent e8dd63e commit 2f0517e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

INSTALLATION.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Overview
2+
3+
Once the Instana python package is installed and available to the Python application, it can be actived via environment variable (without any code changes) or done manually. See below for details.
4+
5+
To install the Python sensor:
6+
7+
pip install instana
8+
9+
or to alternatively update an existing installation:
10+
11+
pip install -U instana
12+
113
# Automated
214

315
The Instana package sensor can be enabled without any code modifications. To do this, set the following environment variable for your Python application:

0 commit comments

Comments
 (0)