Commit 0f282f89 authored by JorgeEcheva26's avatar JorgeEcheva26
Browse files

Issue

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