On Sun, 21 Jun 2020 at 21:49, wrote:
>
> PEP 508 allows for pointing to required packages using URL's. This is the
> except:
>
> A minimal URL based lookup::
>
> pip @
> https://github.com/pypa/pip/archive/1.3.1.zip#sha1=da9234ee9982d4bbb3c72346a6de940a148ea686
>
> However, there is
PEP 508 allows for pointing to required packages using URL's. This is the
except:
A minimal URL based lookup::
pip @
https://github.com/pypa/pip/archive/1.3.1.zip#sha1=da9234ee9982d4bbb3c72346a6de940a148ea686
However, there is very little documentation, blog posts, etc on how to us