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

Issue

parent f2fc73fc
No related branches found
No related tags found
1 merge request!1Sdk v0.1 (#1)
......@@ -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
......
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