django-getpaid / django-plans

Django application for managing account plans and quotas
MIT License
509 stars 127 forks source link

Documentation incorrect and/or outdate #185

Open vhsantos opened 10 months ago

vhsantos commented 10 months ago

Hello there,

any idea why the documentation is incorrect/outdate: https://django-plans.readthedocs.io/en/latest/installation.html

here a extract of the installation.html

====

Installation

Installing module code

You can install app using package manager directly from github:

$ pip install -e git://github.com/cypreess/django-plans.git#egg=django-plans

For integration instruction please see section Integration.

Running example project

Clone git repository to your current directory:

$ git clone git://github.com/cypreess/django-plans.git

=====