From c329dfebb8f37315b75ae386e347154b2f76e280 Mon Sep 17 00:00:00 2001 From: JorgeEcheva26 <jorge.echevarriauribarri.practicas@telefonica.es> Date: Tue, 5 Nov 2024 13:00:57 +0100 Subject: [PATCH] installation complete --- doc/sdk_developers.md | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/doc/sdk_developers.md b/doc/sdk_developers.md index 32820cc..364c427 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 -- GitLab