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

installation complete

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