Fix pip url

The url for pip download is including a 'v' before the version, but the working archive link does not have a 'v' in it. Not sure if there's an automated script that needs to be modified too, but this fixes this copy of the README...
This commit is contained in:
Peter Willis 2018-09-15 05:41:12 +00:00
parent dbf14c7f09
commit d5e9e42fa0

View file

@ -76,7 +76,7 @@ Using pip:
.. code-block:: bash .. code-block:: bash
$ pip install https://gitlab.com/dslackw/slpkg/-/archive/v3.3.8/slpkg-v3.3.8.tar.gz $ pip install https://gitlab.com/dslackw/slpkg/-/archive/3.3.8/slpkg-3.3.8.tar.gz
Uninstall: Uninstall: