diff --git a/clmctest/services/pytest/install.sh b/clmctest/services/pytest/install.sh
index ce998ad1deef418d05a721cce5cc20f3aa3bd098..a545894cd663fe5e162bdf0e93492faa1f70f876 100755
--- a/clmctest/services/pytest/install.sh
+++ b/clmctest/services/pytest/install.sh
@@ -24,7 +24,8 @@
 #//
 #/////////////////////////////////////////////////////////////////////////
 apt-get update
-apt-get -y install python3 python3-pip python-influxdb
+apt-get -y install python3 python3-pip python-influxdb  
 update-alternatives --install /usr/bin/python python /usr/bin/python3 10
+
 pip3 install pytest pyyaml
 pip3 install --upgrade influxdb
diff --git a/docs/clmc-information-model.md b/docs/clmc-information-model.md
index 46ffb27e3646420913dedec692739705d0b843fc..c338f8eaf5336100c0378dca96abc575bbe8f112 100644
--- a/docs/clmc-information-model.md
+++ b/docs/clmc-information-model.md
@@ -392,7 +392,7 @@ A simple example and some measurement rows for an endpoint configuration states
 
 Each sample period is 1 second.
 
-First sample period reports the VM being in state __unpalced__ for 0.7s, then changing state to __placing__ for 0.3 seconds. __placing__ is not 
+First sample period reports the VM being in state __unplaced__ for 0.7s, then changing state to __placing__ for 0.3 seconds. __placing__ is not 
 reported since it is not a **completed state**. The mean state time value for __unplaced__ is the same as the sum value because the VM has only been once in this state.
 
 Then the VM is reported to be in current state __placing__ for the whole sample period (1s) for 9 consecutive times. Only the 'current_state' tag value and the 'current_state_time'