#3229 closed defect (fixed)
Documentation glitch in Install.txt
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In the section Installing the development version starting on line 97, the numbering goes from 1,2, to 4 (missing 3).
Looks like in revision 3907 maybe steps 2 and 3 we merged? Anyway, either split up back to 2 and 3, or change 4 to 3 and update line 123 to say "steps 2 and 3".
Change History (3)
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 18 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Great! Fixed the numbering sequence, but the next sentence references steps 3 and 4, but there is now no step 4.
"You don't have to run python setup.py install, because that command takes care of steps 3 and 4 for you."
I am not totally sure what the setup.py script does, so I don't know what this should read.. probably steps 2 and 3.
comment:3 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
(In [4290]) Fixed #3229 -- Fixed typo in numbering in install.txt. Thanks, deepfall@….