Commit Graph

83 Commits

Author SHA1 Message Date
kennethreitz 83d1fd49d5 fixes 2017-04-13 11:00:51 -04:00
kennethreitz 0c97ce5a31 update python 2 guides 2017-04-13 10:43:58 -04:00
Kenneth Reitz 96ddd776e0 improvements 2016-12-07 11:34:28 -08:00
Kenneth Reitz 63841bdc50 sierra 2016-12-07 11:32:47 -08:00
Adam Nelson 0d3c9a131f Previous merge did not handle 1 more conflict properly :-( 2016-11-14 14:47:23 -05:00
Adam Nelson b832f669e6 Previous merge didnt handle 2 conflicts properly 2016-11-14 14:31:53 -05:00
Adam Nelson e7ca528206 Merge remote-tracking branch 'upstream/master' 2016-11-14 14:25:47 -05:00
kennethreitz eb16b732cd Merge pull request #749 from tdsmith/osx-install
Update OS X install guidance
2016-10-31 11:12:34 -04:00
Aditya be8ce2704d Update to recent versions of Django for virtualenv example 2016-10-26 20:37:54 +05:30
Tim D. Smith 2423a9da64 Offer guidance on Python 3 2016-09-22 12:45:24 -07:00
Tim D. Smith 1d516898b3 Update guidance on C toolchains 2016-09-22 12:45:16 -07:00
Tim D. Smith 359e4b9e3d Don't specifically need gcc 2016-09-22 12:40:43 -07:00
Tim D. Smith 1caa6c7750 CLT are not needed if full Xcode is installed 2016-09-22 12:39:35 -07:00
Adam Chainz af7d603e97 Convert readthedocs links for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-09-21 08:31:09 +01:00
Nathaniel Irons 1a5d942353 Fix Xcode typo 2016-04-03 11:53:21 -07:00
Adam Nelson 328a261c4f Re-instated references to setuptools 2016-03-31 09:38:25 -04:00
Adam Nelson ef3cc7eec2 Merge remote-tracking branch 'upstream/master' 2016-03-31 09:30:00 -04:00
Adam Liter 49192a4317 Updates command for installing Homebrew
As can be seen on the Homebrew website (http://brew.sh/), it seems that
Homebrew is now recommending that you install Homebrew by calling
`/usr/bin/ruby` instead of just `ruby`.
2016-03-19 22:44:22 -04:00
Adam Nelson 8da905eae3 First stab at Python3 OS X docs 2016-03-14 14:28:01 -04:00
Adam Nelson 6711e7fde1 Removed references to Setuptools/easy_install in favor of pip. A new Python user hardly needs to know that easy_install ever existed 2016-03-14 12:33:49 -04:00
Britta Gustafson baf4158b13 Link to internal Virtual Environments page from install pages 2015-11-17 15:48:52 -08:00
Andrew Martin d7c17e02ec double backticks 2015-10-18 23:34:28 -04:00
Andrew Martin 20bcb0bd02 add note about XCode commandline tools
Installing XCode isn't enough - minus the commandline tools, you'll get c compiler errors when you `brew install python`.
2015-10-17 14:24:00 -04:00
Ann Paul 13078ff627 Fix link to pip vs easy_install comparison 2015-10-02 21:50:48 -07:00
Rajath Kumar M.P e88dad2dc0 Minor Edit
Latest is El Capitan
2015-10-01 02:45:41 +05:30
Chris Streeter 2876c05e72 Fix link to pip vs easy_install 2015-03-17 18:15:00 -07:00
Tao Meng 938b9325fa Update osx.rst 2015-02-12 13:16:47 +08:00
Ian Cordasco 3c56e57cab Merge pull request #503 from clebio/master
Installation instructions don't explicitly state using Terminal
2014-12-07 07:46:32 -06:00
Mary Brennan db1a94fd43 copy edits 2014-12-06 11:55:30 -08:00
Caleb Hyde dcecd4127e Revert removal of user prompt; Don't prescribe which emulator to use 2014-12-05 11:19:25 -06:00
Caleb Hyde 0f070bf3a7 Restructured Text formatting, not Markdown 2014-12-05 09:55:00 -06:00
Caleb Hyde 0559d84aca Minor formatting fix 2014-12-05 09:50:16 -06:00
Caleb Hyde 6abba86969 Explicitly state Terminal; update link to Homebrew 2014-12-05 09:47:26 -06:00
Taylor Barnett c4947830d6 Title style fix in osx.rst 2014-11-19 18:19:29 -06:00
Taylor Barnett 1123507978 Removed virtualenv and linked to central location 2014-11-10 20:11:24 -06:00
Kevin Aloysius 5835105872 Updated Homebrew link 2014-10-02 17:26:37 -07:00
Jian Yu 25fae63aec Modify env $PATH in ~/.profile
Refer to https://github.com/kennethreitz/python-guide/pull/471
2014-09-18 20:28:01 +08:00
Mandar Gokhale 102ab34676 Incorporate changes suggested by @sigmavirus24 2014-08-07 23:14:08 -04:00
Mandar Gokhale 24c1c24062 Rework setuptools and pip docs
Clarify a little more what setuptools allows you to do, what pip is, and
what advantages it has.
2014-07-28 18:02:58 -04:00
Mandar Gokhale 135e057c56 Monospace formatting for showing a command 2014-07-07 23:35:15 -04:00
Cameron Goodale e2b2a11ad0 Remove un-needed export command
Dropped the 'export PATH=/usr/local/share/python:$PATH' command and explanation.
2014-05-22 08:02:17 -07:00
Tal Einat 68f9051e45 minor grammar fix: "An useful" -> "A useful" 2014-05-10 18:26:58 +03:00
Zearin b15f773f03 Mark up environment variables 2014-04-14 08:25:26 -04:00
Zearin cc7b19356e Mark up files & directories 2014-04-11 11:26:37 -04:00
Ian Cordasco 9d8a49187e Merge pull request #393 from Zearin/code-blocks
Code blocks
2014-04-01 21:02:57 -05:00
kennethreitz bc29d68433 Merge pull request #390 from ArtemPyanykh/remove-distribute
Replace all references to Distribute with Setuptools.
2014-03-31 10:28:32 -04:00
Zearin 1e4b4a5460 docs/**: Specify language for code-blocks (syntax highlighting! mmm…) 2014-03-28 13:26:24 -04:00
Ian Cordasco 3b4c78ae61 Merge pull request #388 from willingc/doc-359
Issue 359: Proposed clarification for OS X Python Installation
2014-03-26 08:19:03 -05:00
Artem Pyanykh 2d69455a2a Replace all references to Distribute with Setuptools.
Distribute was merged back into setuptools and discontinued.
2014-03-25 12:54:21 +04:00
Carol Willing 7cb0d7b7db Clarified Python version suitable for development. Removed reference to Lion to be more generic OS X. 2014-03-23 13:13:44 -07:00