Loading doc/sdk_developers.md +3 −20 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ pyenv install 3.12 pyenv virtualenv 3.12 pesp_sdk_env # Activate the virtual environment source the/path/to/.pyenv/versions/pesp_sdk_env/bin/activate source path/to/.pyenv/versions/pesp_sdk_env/bin/activate ``` OPTIONAL step: sometimes Apple Mac shells raise issues while finding the shell path. If this happens, try this command: Loading Loading @@ -56,27 +56,10 @@ This article explains how to solve it [here](https://laict.medium.com/install-py 2. Clone GitHub repository: ```console git clone -b sdk_v0.1 --single-branch https://github.com/Telefonica/pesp_capif_sdk.git ``` 2. Install the opencapif_sdk with pip in the environment: ```console #Then move to the pesp_capif_sdk folder cd /the/path/to/pesp_capif_sdk ``` 3. Install the Python requirements listed in requirements.txt file: ```console cd installation python -m pip install --upgrade pip pip install -r requirements.txt pip install opencapif_sdk ``` **Congratulations!** The installation of OpenCAPIF SDK has finished. No newline at end of file Loading
doc/sdk_developers.md +3 −20 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ pyenv install 3.12 pyenv virtualenv 3.12 pesp_sdk_env # Activate the virtual environment source the/path/to/.pyenv/versions/pesp_sdk_env/bin/activate source path/to/.pyenv/versions/pesp_sdk_env/bin/activate ``` OPTIONAL step: sometimes Apple Mac shells raise issues while finding the shell path. If this happens, try this command: Loading Loading @@ -56,27 +56,10 @@ This article explains how to solve it [here](https://laict.medium.com/install-py 2. Clone GitHub repository: ```console git clone -b sdk_v0.1 --single-branch https://github.com/Telefonica/pesp_capif_sdk.git ``` 2. Install the opencapif_sdk with pip in the environment: ```console #Then move to the pesp_capif_sdk folder cd /the/path/to/pesp_capif_sdk ``` 3. Install the Python requirements listed in requirements.txt file: ```console cd installation python -m pip install --upgrade pip pip install -r requirements.txt pip install opencapif_sdk ``` **Congratulations!** The installation of OpenCAPIF SDK has finished. No newline at end of file