#2298: Documentation error: python setup.py development
---------------------------+------------------------------------------------
Reporter: brainsik | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 2.0rc2
Component: Documentation | Version: 2.0rc1
Severity: normal | Keywords: documentation quickstart
---------------------------+------------------------------------------------
In the QuickStart docs --
http://www.turbogears.org/2.0/docs/main/QuickStart.html -- it says:
{{{
Then in order to make sure all those dependencies are installed you will
want to run:
$ python setup.py development
}}}
The command is wrong, it should be:
{{{
$ python setup.py develop
}}}
--
Ticket URL: <http://trac.turbogears.org/ticket/2298>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---