Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sdk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OCF
sdk
Commits
c329dfeb
Commit
c329dfeb
authored
5 months ago
by
JorgeEcheva26
Browse files
Options
Downloads
Patches
Plain Diff
installation complete
parent
6f70628b
No related branches found
No related tags found
1 merge request
!1
Sdk v0.1 (#1)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/sdk_developers.md
+3
-20
3 additions, 20 deletions
doc/sdk_developers.md
with
3 additions
and
20 deletions
doc/sdk_developers.md
+
3
−
20
View file @
c329dfeb
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment