Generate token
- Login to Artifactory
- Go to top right corner and click on the menu Edit profile
- Then Click on Generate an Identity token
- Copy the generated token
- From the command terminal open pip.config file, location ~/.pip/pip.config
- add an entry like below
[global]
index-url = https://<ARTIFACTORY_USER>:<ARTIFACTORY_API_KEY>@<ARTIFACTORY_URL>/<ARTIFACTORY_REPO>
No comments:
Post a Comment