#19437 closed Cleanup/optimization (fixed)
improved documentation for django installation
| Reported by: | dodger | Owned by: | dodger |
|---|---|---|---|
| Component: | Documentation | Version: | 1.4 |
| Severity: | Normal | Keywords: | documentation |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
Documentation "topics/install" reads:
sudo pip install -e django-trunk/
In the newer installation instructions from code.djangoproject.com/ticket/19349:
pip install -e /path/to/your/local/clone/django/
The newer version properly explains that this is the path/to/django, but also that the last element is /django/ which reflects the proper subdirectory to be referenced with the pip command.
Change History (5)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:3 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I believe topics/install is correct as you want to point pip install to the directory with setup.py, no? Perhaps the contributing tutorial should be clarified if it's not clear what directory /path/to/your/local/clone/django/ refers to.