Marc Poulin
ad057124d4
Merge pull request #957 from apjanke/doscon-styling
...
Format Windows console examples with `doscon`or `powershell`
2019-03-14 08:23:08 -06:00
Andrew Janke
d200bf04f8
Format Windows console examples with doscon or powershell
2019-03-05 01:05:12 -05:00
Andrew Janke
808eb3a286
Fix redirected and broken links
2019-03-05 00:52:49 -05:00
Marc Poulin
1d98f63f66
Merge pull request #959 from apjanke/remove-osx-version-reference-for-default-python-version
...
Don't qualify OS X version when saying what Python version it ships with
2019-01-24 08:59:04 -07:00
Andrew Janke
9ae7b69a62
Don't qualify OS X version when saying what Python version it ships with
2018-12-18 01:02:58 -05:00
Andrew Janke
e6d6e47b46
Use "Unix" instead of "UNIX" consistently
2018-12-18 00:33:12 -05:00
Andrew Janke
45814137dc
Style it "Xcode", not "XCode"
2018-12-17 12:50:00 -05:00
Marc Poulin
35c13bc9ea
Fixed all H2 headings
...
Before, H2 fomratting was not consistent.
Now, all H2 headings use over/under asterisks.
2018-12-04 13:44:41 -07:00
Marc Poulin
693c8ca677
Fixed all H1 headings
...
Before, H1 headings were not consistent.
Now, all H1 headings user over/under hashes.
2018-11-29 11:46:30 -07:00
Aditya
bd3d762f5e
Update the link for latest available Python 2.7 release for Windows
2018-10-15 15:47:12 +05:30
Dan Bader
03ed5fbf0d
Host photos locally
2018-07-16 17:51:29 -07:00
kennethreitz
57b28f8b08
#887
2018-03-07 08:07:41 -05:00
cclauss
aef9ad5c0d
Homebrew has changed how Python is installed
...
https://docs.brew.sh/Homebrew-and-Python
The default __python__ is now Python 3.
2018-03-04 03:03:28 +01:00
kennethreitz
411599c5ad
Merge pull request #860 from bakotaco/master
...
update latest MacOS version name (High Sierra)
2017-12-03 06:41:51 -06:00
Zac-HD
cb3f026a3e
Update install instructions
...
Link py2 docs to py3 docs.
Fix invisible subheading.
Note that pip is part of the Python install now; closes #347 .
Suggest avoiding eol 2.6 unless paid specifically.
2017-11-27 14:35:28 +11:00
Bas Kok
40b16591ae
update latest MacOS version name (High Sierra)
2017-11-20 10:27:31 +01:00
Aditya
caebc3b3ce
Update the link for latest available Python 2.7 release for Windows
2017-10-05 13:36:40 +05:30
kennethreitz
0286285295
Update win.rst
2017-09-04 16:43:08 -04:00
kennethreitz
e24d7d074b
Update osx.rst
2017-09-04 16:42:59 -04:00
kennethreitz
e69ced1a9c
Update linux.rst
2017-09-04 16:42:48 -04:00
cclauss
2d1b231c4d
Changes in how homebrew installs Python on Mac OSX
...
Homebrew no longer sets pip.
See 5 executable names in https://docs.brew.sh/Homebrew-and-Python.html
python points to the macOS system Python (with no manual PATH modification)
python2 points to Homebrew’s Python 2.7.x (if installed)
python3 points to Homebrew’s Python 3.x (if installed)
pip2 points to Homebrew’s Python 2.7.x’s pip (if installed)
pip3 points to Homebrew’s Python 3.x’s pip (if installed)
2017-08-17 13:44:46 +02:00
Miro Hrončok
1446c90087
Update the Linux installation instructions to reflect Fedora
...
* Fedora does not come with Python 2 pre-installed since Fedora 23
* RHEL with Python 2.4 is no longer supported (section removed)
* Added Fedora installation instructions for Python 3.6 as well
* Be carefull about /usr/bin/pip
2017-06-21 15:38:22 +02:00
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
kennethreitz
c939324188
Merge pull request #687 from adamn/master
...
Removed references to Setuptools/easy_install in favor of pip.
2016-12-07 11:30:23 -08:00
Gabriel Pitali
35372867d9
Update link for ez_setup.py
...
Update link for ez_setup.py, in python-guide/docs/starting/install/win.rst file, because the old link was broken.
2016-11-17 09:05:10 -02: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
Aditya
d67923cf94
Update the link for latest available Python 2.7 release for Windows
2016-10-26 19:12:11 +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
kennethreitz
c1df18f25c
Merge pull request #644 from dshendler/master
...
updated location of windows install from python.org home page
2016-01-15 18:05:42 -05:00
Britta Gustafson
baf4158b13
Link to internal Virtual Environments page from install pages
2015-11-17 15:48:52 -08:00
dshendler
3bfafa47d3
updated location of windows install from python.org home page
2015-10-28 23:48:10 -05:00
Aditya
6bd7804577
Update the link for latest available Python 2.7 release for Windows
2015-10-25 15:25:50 +05:30
Ian Cordasco
f000b2b36b
Merge pull request #605 from almartin82/patch-1
...
add note about XCode commandline tools in initial mac guide
2015-10-20 12:50:40 -05:00