gbozee / pypaystack

A django reusable app for integrating Paystack into your application
MIT License
51 stars 39 forks source link

Fixed Installation Command #2

Closed Olamyy closed 6 years ago

Olamyy commented 6 years ago

Running the pip install -e https://github.com/gbozee/django-paystack.git@master#egg=paystack raises a https://github.com/gbozee/django-paystack.git@master#egg=paystack should either be a path to a local project or a VCS url beginning with svn+, git+, hg+, or bzr+ error.

After reading the pypi docs, I figured there should be a git+ before the url.

So, I added it to the installation command.

The new url is pip install -e git+https://github.com/gbozee/django-paystack.git@master#egg=paystack