jcmgray / quimb

A python library for quantum information and many-body calculations including tensor networks.
http://quimb.readthedocs.io
Other
455 stars 107 forks source link

Git protocol update not reflected in documentation #119

Closed SnehalRaj closed 2 years ago

SnehalRaj commented 2 years ago

What happened?

In lieu of the recent changes in git protocol https://github.blog/2021-09-01-improving-git-protocol-security-github/, the old command for installing to the stable version

pip install --no-deps -U git+git://github.com/jcmgray/quimb.git@develop

doesn't work anymore.

Following is the updated command

pip install --no-deps -U git+https://github.com/jcmgray/quimb.git@develop

What did you expect to happen?

No response

Minimal Complete Verifiable Example

No response

Relevant log output

No response

Anything else we need to know?

No response

Environment

Yes

jcmgray commented 2 years ago

Thanks @SnehalRaj, I'll update the docs momentarily.