Skip to content

Commit

Permalink
Merge pull request #5 from proinsias/patch-1
Browse files Browse the repository at this point in the history
Update path to pyenv repos
  • Loading branch information
yyuu authored Dec 6, 2018
2 parents 198bbb4 + eebf8d9 commit 88f09de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pyenv-pip-migrate

pyenv-pip-migrate is a [pyenv](https://github.com/yyuu/pyenv) plugin
pyenv-pip-migrate is a [pyenv](https://github.com/pyenv/pyenv) plugin
that provides a `pyenv migrate` command to migrate pip package from a Python
version to another.

Expand All @@ -11,7 +11,7 @@ version to another.
Installing pyenv-pip-migrate as a pyenv plugin will give you access to the
`pyenv migrate` command.

$ git clone git://github.com/yyuu/pyenv-pip-migrate.git $(pyenv root)/plugins/pyenv-pip-migrate
$ git clone git://github.com/pyenv/pyenv-pip-migrate.git $(pyenv root)/plugins/pyenv-pip-migrate

This will install the latest development version of pyenv-pip-migrate into
the `$(pyenv root)/plugins/pyenv-pip-migrate` directory. From that directory, you
Expand Down

0 comments on commit 88f09de

Please sign in to comment.