Andrew Martin
d7c17e02ec
double backticks
2015-10-18 23:34:28 -04:00
Ian Cordasco
69cd9aa270
Merge pull request #596 from ananyacleetus/patch-1
...
Added popular python libraries
2015-10-18 13:37:20 -05:00
Ian Cordasco
39a54d5c75
Merge pull request #600 from bhchance/patch-1
...
Update gotchas.rst
2015-10-18 13:34:08 -05: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
bhchance
c3de9df0ff
Update gotchas.rst
...
Previous test block did not show code blocks in markdown view.
2015-10-12 21:41:30 -05:00
Ananya W Cleetus
681c7a34a7
Update Readme.rst
2015-10-12 11:58:14 -04:00
Ian Cordasco
2c275f37ad
Merge pull request #595 from poll0rz/patch-1
...
Add Diamond python project - Metrics collector
2015-10-12 10:45:40 -05:00
poll0rz
ecb5860d27
Add Diamond python project - Metrics collector
2015-10-12 01:37:15 +02:00
Ian Cordasco
3c03e2499a
Merge pull request #572 from varunagrawal/env
...
virtualenv duplicate fix
2015-10-11 11:14:30 -05:00
Ian Cordasco
9308f82edd
Merge pull request #592 from edent/patch-3
...
Add link to EOL date
2015-10-09 15:54:44 -05:00
Ian Cordasco
a4dee3916f
Merge pull request #591 from edent/patch-2
...
Improve documentation for Linux Installation
2015-10-09 15:54:15 -05:00
Ian Cordasco
cc88e4b483
Merge pull request #585 from avinassh/patch-1
...
Update `gotchas.rst` to make the sentence simpler
Closes #556
2015-10-09 08:55:38 -05:00
Terence Eden
77bf0ad5e2
Updated as per feedback.
2015-10-08 14:17:00 +01:00
Terence Eden
bdd0c0c027
Updated as per feedback.
2015-10-08 14:15:31 +01:00
Ian Cordasco
3f2f8bd360
Merge pull request #590 from agronholm/master
...
PyInstaller is py3 compatible now
2015-10-08 07:55:45 -05:00
Terence Eden
02e1586b23
Add link to EOL date
...
Creates a link to the official page stating 2020 as EOL.
Fixes #588
(Sorry if this appears twice - my git-fu is weak.)
2015-10-08 12:38:16 +01:00
Terence Eden
51336710fa
Improve documentation for Linux Installation
...
* Removes redundant language.
* Helps user understand which version of Python & pip are installed.
* Link to modern way of installing pip & setuptools
Fixes #589
2015-10-08 12:11:58 +01:00
Alex Grönholm
eb5d3da8fc
PyInstaller is py3 compatible now
2015-10-08 13:42:16 +03:00
katmutua
c39415e082
Make grammar changes to last commit
2015-10-06 13:24:53 +03:00
katmutua
f870869440
Include preliminery content on chef
2015-10-06 13:19:36 +03:00
katmutua
8583bf55ef
Add practical reference for ansible
2015-10-06 12:42:22 +03:00
avi
00999cd2c9
Update gotchas.rst to make the sentence simpler
2015-10-05 20:12:05 +05:30
Ian Cordasco
f7e7ebf060
Merge pull request #567 from lukecaputo/patch-1
...
Corrected typo.
2015-10-05 09:32:07 -05:00
Ian Cordasco
f760d4b54d
Merge pull request #583 from Carreau/2020
...
explicitely state EOL year for python 2
2015-10-03 19:02:33 -05:00
Matthias Bussonnier
9ef5f97bfb
explicitely state EOL year
2015-10-03 15:32:53 -07:00
Ian Cordasco
36114aa6d5
Merge pull request #582 from annp89/feature/fix_django_section_broken_link
...
Change to link to point to "dev" version of documentation in Django docs
2015-10-03 16:30:07 -05:00
Ann Paul
a3a96b2ee0
Change to link to point to "dev" version of documentation in Django docs
2015-10-03 14:16:51 -07:00
Ian Cordasco
0935b309cb
Merge pull request #581 from MrJohz/master
...
Add a section for pyenv
Closes #395
2015-10-03 14:38:27 -05:00
Ian Cordasco
fecd5ec481
Merge pull request #576 from emilydolson/master
...
Resolved issue #174 by subdividing list idioms and replacing dict w/ set
2015-10-03 14:28:40 -05:00
Jonathan
766c5d4a55
Sounds more gramatically correct
2015-10-03 20:16:17 +01:00
Jonathan
bb5b1e60da
Add information on pyenv
2015-10-03 19:00:09 +01:00
emilydolson
df255faa64
Fixed typo + formatting
2015-10-03 13:50:42 -04:00
Ian Cordasco
fc4874647f
Merge pull request #564 from rajathkumarmp/patch-2
...
IPython install edit
2015-10-03 11:11:04 -05:00
Ian Cordasco
4fe45013bb
Merge pull request #574 from dreamtocode/patch-2
...
Update sidebarintro.html
2015-10-03 11:08:55 -05:00
Ian Cordasco
ef32e9db1b
Merge pull request #575 from dissolved/master
...
Typo and grammar fixes.
2015-10-03 11:08:05 -05:00
Ian Cordasco
0058198bb3
Merge pull request #578 from tkschmidt/typos
...
fixed a few typos
2015-10-03 11:00:14 -05:00
Ian Cordasco
ac3bea4263
Merge pull request #577 from kdelwat/master
...
Added usage instructions for autopep8
2015-10-03 10:59:59 -05:00
Ian Cordasco
463dfef77a
Merge pull request #579 from annp89/feature/fix_broken_link
...
Fix link to pip vs easy_install comparison
2015-10-03 10:56:50 -05:00
Ann Paul
13078ff627
Fix link to pip vs easy_install comparison
2015-10-02 21:50:48 -07:00
Tobias Schmidt
139a9671db
fixed a few typos
2015-10-03 00:50:20 +02:00
Cadel Watson
b0896e8468
Added usage instructions for autopep8
2015-10-03 08:27:13 +10:00
emilydolson
680f7d83d9
Resolved issue #174 by subdividing list idioms and replacing dict w/ set
2015-10-02 17:22:14 -04:00
George Gognadze
c16bc50cb8
Update README.md
2015-10-02 22:47:07 +04:00
Ryan Sandridge
e79bbce255
Adding conjunction "and" after the serial comma.
2015-10-02 14:37:44 -04:00
Ryan Sandridge
45c01b0955
Fixing typo. Singular object, not plural.
2015-10-02 14:32:57 -04:00
Varun Agrawal
1f0a62a8f8
updated virtualenv sectio to remove duplicates
2015-10-02 14:51:18 +00:00
Ian Cordasco
06fcb71de9
Merge pull request #570 from varunagrawal/master
...
PIL Link Fix
2015-10-02 09:51:17 -05:00
Varun Agrawal
a829c6e9ba
PIL installation link fix
2015-10-02 14:32:04 +00:00
Rajath Kumar M.P
510b3c61da
update - 2
2015-10-02 19:20:07 +05:30
Rajath Kumar M.P
4a40fe3a22
updated
2015-10-02 12:34:28 +05:30