Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain how to get source code in getting started #7197

Merged
merged 4 commits into from
Nov 18, 2019
Merged
Changes from 1 commit
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
Next Next commit
added how to fork and clone the repository
  • Loading branch information
c4ndyfl1p authored and chrahunt committed Nov 18, 2019
commit f392ef5a73573c02975028140ae5418ed3c68888
6 changes: 6 additions & 0 deletions docs/html/development/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ This document is meant to get you setup to work on pip and to act as a guide and
reference to the the development setup. If you face any issues during this
process, please `open an issue`_ about it on the issue tracker.

Get the repository
--------------
fork the repository : https://github.com/pypa/pip
clone it to your machine using : git clone <url>
cd into the directory with : cd pip

Development Environment
-----------------------

Expand Down