1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

446 commits

Author SHA1 Message Date
Daniel Jost
68288588a3 Minor grammar fix 2013-12-26 16:32:45 -08:00
Marcus Smith
f53befcd99 merge from 1.5.X 2013-12-08 15:24:42 -08:00
Paul Moore
1e7ae116f5 Typo fixes and clarifications 2013-12-08 12:08:22 +00:00
Paul Moore
884861f390 Added a virtualenv-specific configuration file 2013-12-04 13:04:54 +00:00
Marcus Smith
b5eb6122cd fix typo in find-links usage examples 2013-11-30 23:34:47 -08:00
Marcus Smith
5e0eeb2af6 rules and examples for how pip install --user works 2013-11-30 23:05:00 -08:00
Donald Stufft
2ad8ce4fae Merge pull request #1260 from techtonik/develop
Add pull request process example
2013-11-22 05:57:59 -08:00
Marcus Smith
eaa565fdaa unsuppress --log-file 2013-11-14 18:13:23 -08:00
Marcus Smith
9f94221ff6 better detection of docs theme 2013-11-13 15:59:06 -08:00
Marcus Smith
0812926412 Merge pull request #1312 from pypa/docs_rtd
use default theme, so we can evolve with RTD's design efforts.
2013-11-10 11:32:09 -08:00
Marcus Smith
276a13a556 use default theme, so we can evolve with RTD's design efforts. 2013-11-10 11:17:34 -08:00
Donald Stufft
b809fd6feb Fix the flag name 2013-11-07 15:52:46 -05:00
Donald Stufft
bc224cd81a Remove --use-wheel from the docs 2013-11-07 15:50:04 -05:00
Marcus Smith
04f78cc71f allow pip to install Mac wheels from pypi (in addition to Windows wheels) 2013-10-31 20:54:25 -07:00
Marcus Smith
c397e19deb Added a section for "pip" itself in the usage.
The top of the usage page needed something to hold the
orphaned General and Index options, otherwise it's disorientating.
2013-10-29 14:18:02 -07:00
anatoly techtonik
56a62dc8d2 docs: Expand development section example for #1259 2013-10-27 19:52:56 +03:00
anatoly techtonik
78c299aee7 Expand development instructions, fixes #1259 2013-10-27 19:30:14 +03:00
Donald Stufft
fac6021466 Fix up the documentation 2013-10-26 23:54:41 -04:00
Marcus Smith
0cd0aba40d Merge pull request #1247 from qwcode/req_docs
improved cookbook entry for "Requirements Files"
2013-10-23 15:59:05 -07:00
Marcus Smith
6c1e87a16b details on logging for users, but also for maintainers 2013-10-23 00:36:10 -07:00
Marcus Smith
0e7f1ab0be improved cookbook entry for "Requirements Files" 2013-10-22 19:30:43 -07:00
Paul Nasrat
951ef7438c Merge remote-tracking branch 'niedbalski/develop' into subdirectory-editable
Conflicts:
	CHANGES.txt
	tests/functional/test_install_reqs.py
	tests/lib/__init__.py
	tests/unit/test_req.py

Additional work - refactored tests to new style.
2013-09-27 14:42:05 -04:00
Hynek Schlawack
b90fc1ad8d Mention wheel as an egg replacement
While it’s true that pip can’t install eggs, it’s not true anymore that it installs only source distributions.
2013-09-19 17:12:57 +02:00
Marcus Smith
15910f573e define options once, but don't globally instantiate 2013-09-16 22:21:15 -07:00
Marcus Smith
9075942002 mention pypi hash instability and the peep project 2013-09-09 18:41:32 -07:00
Baptiste Mispelon
e337e47db8 Add a link to the configuration file section from the cookbook. 2013-09-07 19:17:07 +02:00
Marcus Smith
9242dbfe8a self-contained, non-circular install instructions 2013-08-28 20:43:20 -07:00
Donald Stufft
eae5ffc11a Test that the documentation builds successfully 2013-08-28 06:49:28 -04:00
Donald Stufft
ed31b98c59 Document the usage of tox to run the tests 2013-08-28 06:10:49 -04:00
Donald Stufft
da0bc4b1d1 Switch to using py.test as the test runner instead of nose
* Better output with the bare asserts we use throughout the tests
* Function fixtures are pretty nice, especially as a way to
  start a background server or create an isolated virtualenv
2013-08-21 10:19:58 -04:00
Jorge Niedbalski
89c1eb5f01 [docs/usage.rst] added example of subdirectory installation 2013-08-20 10:38:31 -03:00
David Pursehouse
77665b9254 Minor grammatical fixes in the cookbook 2013-08-09 15:24:05 +09:00
Donald Stufft
fcdee3c652 Merge branch 'master' into develop
Conflicts:
	.travis.yml
	CHANGES.txt
	pip/__init__.py
	tests/functional/test_install_index.py
2013-08-07 21:21:32 -04:00
Marcus Smith
1e9202a861 add cookbook entry for distribute to setuptools upgrade 2013-08-07 16:36:02 -07:00
David Pursehouse
a53e2bee20 Fix upgrade examples in cookbook 2013-08-05 10:28:45 +09:00
Jannis Leidel
5dd05a9718 More doc updates. 2013-07-23 21:47:52 +02:00
Jannis Leidel
e3bf9c40ec Remove the changelog from the PyPI page and add links to it and the installation docs.
Also some minor stylistic changes.
2013-07-23 19:53:54 +02:00
Marcus Smith
0e342bc129 update changelog with note about case where distribute upgrade can fail 2013-07-06 00:03:47 -07:00
Marcus Smith
31c29c6d2f new install instructions after release of setuptools-0.8/distribute-0.7.3 2013-07-05 22:45:29 -07:00
Marcus Smith
f7fa8359a5 setuptools upgrade instructions 2013-07-03 13:53:26 -07:00
Marcus Smith
3a7f416df9 wheel cookbook updates 2013-07-02 23:01:47 -07:00
Marcus Smith
aed3b3bea1 updated install/upgrade instructions 2013-07-02 21:15:52 -07:00
Marcus Smith
be1f752e8b note that setuptools-0.8 final is not released to pypi yet 2013-06-28 14:52:14 -07:00
Marcus Smith
fb397cd1ec have "pip wheel" only be satisfied by setuptools 2013-06-27 00:20:28 -07:00
Marcus Smith
2fa1e6d0e3 doc updates for supporting the new setuptools 2013-06-24 19:48:20 -07:00
Paul Moore
cd08115282 Document how to configure pip to use wheels by default 2013-06-24 15:05:26 +01:00
Donald Stufft
3a4ad0c3cd Document the logic behind Externally Hosted Files 2013-06-07 10:43:52 -04:00
Marcus Smith
2c4df7b49e update git/ssh vcs forms; clarify which forms support '-e' 2013-06-05 17:13:44 -07:00
Steven Myint
f7bf72bc27 Fix spellings errors 2013-06-01 09:09:41 -07:00
Daniel Holth
4fc00313ec Update cookbook.rst 2013-05-24 12:53:48 -03:00