Skip to content

Update readme with pip install instructions #130

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

Merged
merged 3 commits into from
Jun 19, 2017

Conversation

Mariatta
Copy link
Member

@Mariatta Mariatta commented Jun 19, 2017

Closes #114


Specify an `upstream` remote in the cloned CPython repository::
Ensure that an ``upstream`` remote is specified in the cloned CPython repository::

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps split this into two steps:

Verify that an ``upstream`` remote is set to the CPython repository::
     $ git remote -v
     ...
     upstream	https://github.com/python/cpython (fetch)
     upstream	https://github.com/python/cpython (push)

If needed, create the ``upstream`` remote::
    $ git remote add upstream https://github.com/python/cpython.git


$ git remote add upstream https://github.com/python/cpython.git


The cherry picking script assumes that if an `upstream` remote is defined, then
The cherry picking script assumes that if an ``upstream`` remote is defined, then

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps move these 2 sentences before the "verifying upstream remote".

@Mariatta
Copy link
Member Author

Thanks @willingc I made the suggested changes.

Copy link

@willingc willingc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Mariatta

@Mariatta Mariatta merged commit ff2fadb into python:master Jun 19, 2017
@Mariatta Mariatta deleted the pip-install branch June 19, 2017 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants