diff --git a/doc/sdk_developers.md b/doc/sdk_developers.md
index 32820cc0ac6cc48ef7d066f628b73a9c64215a63..364c427ab840ee99f894df532468ff42956b0fe6 100644
--- a/doc/sdk_developers.md
+++ b/doc/sdk_developers.md
@@ -26,7 +26,7 @@ pyenv install 3.12
 pyenv virtualenv 3.12 pesp_sdk_env
 
 # Activate the virtual environment
-source the/path/to/.pyenv/versions/pesp_sdk_env/bin/activate
+source path/to/.pyenv/versions/pesp_sdk_env/bin/activate
 ```
 
 OPTIONAL step: sometimes Apple Mac shells raise issues while finding the shell path. If this happens, try this command:
@@ -56,27 +56,10 @@ This article explains how to solve it [here](https://laict.medium.com/install-py
 
 
 
-
-2. Clone GitHub repository:
-
-```console
-git clone -b sdk_v0.1 --single-branch https://github.com/Telefonica/pesp_capif_sdk.git
-```
+2. Install the opencapif_sdk with pip in the environment:
 
 ```console
-#Then move to the pesp_capif_sdk folder
-
-cd /the/path/to/pesp_capif_sdk
-```
-
-3. Install the Python requirements listed in requirements.txt file:
-
-```console
-cd installation
-
-python -m pip install --upgrade pip
-
-pip install -r requirements.txt
+pip install opencapif_sdk
 ```
 
 **Congratulations!** The installation of OpenCAPIF SDK has finished.
\ No newline at end of file