Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c2730f97
Commit
c2730f97
authored
Apr 28, 2020
by
Jorge C. Leitão
Committed by
Achilleas Pipinellis
Apr 28, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made clear that installing from pypi requires `read_api` only.
Before, it gave the idea that we also needed scope `api`.
parent
b391e333
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/user/packages/pypi_repository/index.md
doc/user/packages/pypi_repository/index.md
+2
-2
No files found.
doc/user/packages/pypi_repository/index.md
View file @
c2730f97
...
@@ -224,8 +224,8 @@ pip install --index-url https://__token__:<personal_access_token>@gitlab.com/api
...
@@ -224,8 +224,8 @@ pip install --index-url https://__token__:<personal_access_token>@gitlab.com/api
Where:
Where:
-
`<package_name>`
is the package name.
-
`<package_name>`
is the package name.
-
`<personal_access_token>`
is
your personal access token
.
-
`<personal_access_token>`
is
a personal access token with the
`read_api`
scope
.
-
`<project_id>`
is
your
project id number.
-
`<project_id>`
is
the
project id number.
If you were following the guide above and want to test installing the
If you were following the guide above and want to test installing the
`MyPyPiPackage`
package, you can run the following:
`MyPyPiPackage`
package, you can run the following:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment