Commit 88904f30 authored by JorgeEcheva26's avatar JorgeEcheva26
Browse files

Link a opencapif release 1

parent e0bdc65d
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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