From f6dfaad5d3207ca26bcd94dc832c6148cc3f5937 Mon Sep 17 00:00:00 2001 From: JorgeEcheva26 <jorge.echevarriauribarri.practicas@telefonica.es> Date: Thu, 19 Sep 2024 10:55:45 +0200 Subject: [PATCH] Link a opencapif release 1 --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eeed018..52a035f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This repository develop a Python Software Development Kit(SDK) whis focuses on c OpentCAPIF SDK provides a set of libraries to enable either CAPIF provider and invoker roles, and other functions to simplify procedures calls towards OpenCAPIF. Current version of OpenCAPIF SDK is compatible with following publicly available releases: -- OpenCAPIF Release 1.0 [LINK TO OPENCAPIF RELEASE] +- OpenCAPIF Release 1.0 [LINK TO OPENCAPIF RELEASE](https://ocf.etsi.org/documentation/v1.0.0-release/) # Table of Contents @@ -66,7 +66,8 @@ Follow next steps to perform OpenCAPIF SDK installation: ```console #Commands to install the Python environment pyenv install 3.12 -pyenv virtualenv 3.12 Sdkenviroment +pyenv virtualenv 3.12 pesp_sdk_env +#Activate your enviroment source your/path/to/.pyenv/versions/pesp_sdk_env/bin/activate ``` @@ -82,7 +83,7 @@ eval "$(pyenv virtualenv-init -)" 2 - Clone GitHub repository: ```console -git clone -b v1 --single-branch https://github.com/Telefonica/pesp_capif_sdk.git +git clone -b sdk_v0.1 --single-branch https://github.com/Telefonica/pesp_capif_sdk.git ``` ```console -- GitLab