Skip to content
Snippets Groups Projects
Commit f6dfaad5 authored by JorgeEcheva26's avatar JorgeEcheva26
Browse files

Link a opencapif release 1

parent 6ac62c60
No related branches found
No related tags found
1 merge request!1Sdk v0.1 (#1)
...@@ -9,7 +9,7 @@ This repository develop a Python Software Development Kit(SDK) whis focuses on c ...@@ -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. 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: 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 # Table of Contents
...@@ -66,7 +66,8 @@ Follow next steps to perform OpenCAPIF SDK installation: ...@@ -66,7 +66,8 @@ Follow next steps to perform OpenCAPIF SDK installation:
```console ```console
#Commands to install the Python environment #Commands to install the Python environment
pyenv install 3.12 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 source your/path/to/.pyenv/versions/pesp_sdk_env/bin/activate
``` ```
...@@ -82,7 +83,7 @@ eval "$(pyenv virtualenv-init -)" ...@@ -82,7 +83,7 @@ eval "$(pyenv virtualenv-init -)"
2 - Clone GitHub repository: 2 - Clone GitHub repository:
```console ```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 ```console
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment