diff --git a/README.md b/README.md index eeed01831d17574b31840fc7e30f9e3ff445c02d..52a035fbe788af508bbcaae1d1072cce17bda7b0 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