From 5d264cf7480267f56273261e76b600d9e4eaf8b6 Mon Sep 17 00:00:00 2001 From: JorgeEcheva26 <jorge.echevarriauribarri.practicas@telefonica.es> Date: Fri, 20 Sep 2024 12:20:07 +0200 Subject: [PATCH] Issue --- doc/sdk-installation.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/sdk-installation.md b/doc/sdk-installation.md index 0cb9cbb..36ff521 100644 --- a/doc/sdk-installation.md +++ b/doc/sdk-installation.md @@ -8,7 +8,7 @@ SOON ## OpenCAPIF SDK development environment installation Follow next steps to perform OpenCAPIF SDK installation: -1 - Create an enviroment with pyenv +1. Create an enviroment with pyenv ```console #Commands to install the Python environment @@ -40,10 +40,13 @@ OPTIONAL step: For Arm64 architecture sometimes will appear this problem make: *** [Programs/_freeze_module] Error 1 make: *** Waiting for unfinished jobs....´´´ - This article explains how to [solve it](https://laict.medium.com/install-python-on-macos-11-m1-apple-silicon-using-pyenv-12e0729427a9) +This article explains how to solve it [here](https://laict.medium.com/install-python-on-macos-11-m1-apple-silicon-using-pyenv-12e0729427a9) -2- Clone GitHub repository: + + + +2. Clone GitHub repository: ```console git clone -b sdk_v0.1 --single-branch https://github.com/Telefonica/pesp_capif_sdk.git @@ -55,7 +58,7 @@ git clone -b sdk_v0.1 --single-branch https://github.com/Telefonica/pesp_capif_s cd /your/path/to/pesp_capif_sdk ``` -3 - Install the Python requirements listed in requirements.txt file: +3. Install the Python requirements listed in requirements.txt file: ```console cd installation -- GitLab