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

428 commits

Author SHA1 Message Date
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
Daniel Holth b8173dbe6f write something about whether binary wheels go on pypi 2013-05-23 23:55:57 -04:00
Marcus Smith b7322ea523 quote our examples that use > or < 2013-05-15 17:37:57 -07:00
Marcus Smith adf8c4155b add note about quoting requirement specifiers 2013-05-15 17:22:45 -07:00
Marcus Smith cfb7421e5c add link to pypa-dev list 2013-04-23 22:04:05 -07:00
Marcus Smith 3718a149c9 update the release process 2013-04-23 22:03:46 -07:00
Donald Stufft 74fa3e2707 Assume versions are a pre-release if we cannot parse them
* The most likely unparseable version is something like "dev" or
  "py6-dev" etc. The number of sane version numbers that are
  not normalizable and should be conisdered stable are fairly low.
2013-04-23 09:06:06 -04:00
Marcus Smith 6e2bfe8323 remove python 2.5 logic 2013-04-17 22:50:22 -07:00
Marcus Smith 8979b3fe8e another 'pip freeze' example 2013-04-05 20:01:54 -07:00
Daniel Holth 0ea48dcf5a check for proper distribute when using wheels 2013-04-05 11:16:03 -07:00
Marcus Smith 59624a486e more wheel doc updates 2013-03-17 20:27:24 -07:00
Marcus Smith 494e1759d4 wheel doc updates 2013-03-17 19:58:32 -07:00
Marcus Smith d0addf57d0 clarify setup_requires cookbook entry 2013-03-17 15:48:51 -07:00
Marcus Smith ccec698b45 cookbook entry for controlling setup_requires 2013-03-16 23:51:55 -07:00
Marcus Smith 00fa9bea96 merge with develop 2013-03-15 23:46:46 -07:00
Marcus Smith c0e830e42a correct pip install example text 2013-03-12 09:06:50 -07:00
Marcus Smith 0e3e38533f add note on what versions support py25 and py24 2013-03-11 22:02:39 -07:00
Marcus Smith e4b5d3d75e update docs and help for new pre-release logic 2013-03-11 21:56:36 -07:00
Donald Stufft e18314e7d9 Document the logic behind the Pre Release/Stable distinction 2013-03-09 11:48:55 -05:00