diff options
| author | Viktor Szakats | 2017-03-12 19:44:01 +0000 | 
|---|---|---|
| committer | Viktor Szakats | 2017-03-14 17:27:11 +0000 | 
| commit | cc8f029f222a618eb30b585ccb22efcce1e5cf91 (patch) | |
| tree | 1a31cde9d122bc8b8027b201f30a8d147e96c74c /docs/Python-for-Formula-Authors.md | |
| parent | 5d9215b2118e14cf666be3bd3c26146130ff7342 (diff) | |
| download | brew-cc8f029f222a618eb30b585ccb22efcce1e5cf91.tar.bz2 | |
secure urls + remove -k from in-doc curl command
Diffstat (limited to 'docs/Python-for-Formula-Authors.md')
| -rw-r--r-- | docs/Python-for-Formula-Authors.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/Python-for-Formula-Authors.md b/docs/Python-for-Formula-Authors.md index 0867e8dd8..7f650f967 100644 --- a/docs/Python-for-Formula-Authors.md +++ b/docs/Python-for-Formula-Authors.md @@ -213,7 +213,7 @@ Distribute (not to be confused with distutils) is an obsolete fork of setuptools  ## What is `--single-version-externally-managed`? -`--single-version-externally-managed` ("SVEM") is a setuptools-only [argument to setup.py install](http://setuptools.readthedocs.io/en/latest/setuptools.html?#install-run-easy-install-or-old-style-installation). The primary effect of SVEM is to use distutils to perform the install instead of using setuptools' `easy_install`. +`--single-version-externally-managed` ("SVEM") is a setuptools-only [argument to setup.py install](https://setuptools.readthedocs.io/en/latest/setuptools.html?#install-run-easy-install-or-old-style-installation). The primary effect of SVEM is to use distutils to perform the install instead of using setuptools' `easy_install`.  `easy_install` does a few things that we need to avoid: | 
