Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Added python3-pip package installation step #91

Merged
merged 1 commit into from
Aug 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/CortxS3ServerQuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ You are all set to fetch Cortx-S3Server repo now!

## Create a local repository
1. Create and configure a local repository if rpms are stored in github release.
* `$ pip install githubrelease`
* `$ rpm -q python3-pip || yum install -y python3-pip`
* `$ pip3 install githubrelease`
* `$ mkdir /root/releases_eos_s3deps`
* `$ cd /root/releases_eos_s3deps`
* `$ GITHUB_TOKEN=<AUTH TOKEN GITHUB>`
Expand Down