Opened 13 years ago
Closed 13 years ago
#19104 closed Uncategorized (invalid)
Incorrect terminal command
| Reported by: | anonymous | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.4 |
| 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
https://docs.djangoproject.com/en/1.4/topics/install/#installing-official-release
For windows it says type: python setup.py install
On Windows7 you don't need the python bit. You cd into the directory then type 'setup.py install', otherwise it throws up an error
Note:
See TracTickets
for help on using tickets.
While I'm not a windows user, I'm 99% sure this has to do with problems of setting your path
http://www.instructables.com/id/How-to-install-Python-packages-on-Windows-7/