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

Optimize Readme #63

Merged
merged 1 commit into from
Jul 10, 2022
Merged

Optimize Readme #63

merged 1 commit into from
Jul 10, 2022

Conversation

leng-yue
Copy link
Contributor

@leng-yue leng-yue commented Jul 9, 2022

Reason:

  • Following pip official document, git+git is not recommended.
  • Current command will make pip call git clone git://github.com/lilohuang/PyTurboJPEG.git, which will result in a timeout error on some systems (i.e. ubuntu 22.04 + git 2.25.1). The correct command should be git clone git@github.com:lilohuang/PyTurboJPEG.git.

Reason:

- Following [pip official document](https://pip.pypa.io/en/stable/topics/vcs-support/), `git+git` is not recommended.
- Current command will make pip call `git clone git://github.com/lilohuang/PyTurboJPEG.git`, which will result in a timeout on some systems (i.e. ubuntu 22.04 + git 2.25.1). The correct command should be `git clone git@github.com:lilohuang/PyTurboJPEG.git`.
@lilohuang
Copy link
Owner

Will merge it within 3 days. Thanks.

@lilohuang lilohuang changed the base branch from master to update-readme July 10, 2022 14:12
@lilohuang lilohuang merged commit aed7966 into lilohuang:update-readme Jul 10, 2022
@lilohuang lilohuang mentioned this pull request Jul 10, 2022
lilohuang added a commit that referenced this pull request Jul 10, 2022
* Optimize Readme (#63)
Reason:
- Following [pip official document](https://pip.pypa.io/en/stable/topics/vcs-support/), `git+git` is not recommended.
- Current command will make pip call `git clone git://github.com/lilohuang/PyTurboJPEG.git`, which will result in a timeout on some systems (i.e. ubuntu 22.04 + git 2.25.1). The correct command should be `git clone git@github.com:lilohuang/PyTurboJPEG.git`.

* Update setup.py
* Update turbojpeg.py

Co-authored-by: LengYue <lengyue@lengyue.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants