diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-24 10:43:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-24 10:43:13 -0400 |
commit | 6cf6ce78b1c42c500b938f6de03af1626b1b2330 (patch) | |
tree | c29a397df1caa09bd350d57b6d4bcaadbd4a9438 | |
parent | ce3ad9e1927faff667ad2bf2fec43a0e5254bdf4 (diff) | |
parent | c986bbf7359a5db45a6e96689729b2f04d2bd3e8 (diff) | |
download | external_python_setuptools-6cf6ce78b1c42c500b938f6de03af1626b1b2330.tar.gz external_python_setuptools-6cf6ce78b1c42c500b938f6de03af1626b1b2330.tar.bz2 external_python_setuptools-6cf6ce78b1c42c500b938f6de03af1626b1b2330.zip |
Merge pull request #618 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.rst
-rwxr-xr-x | README.rst | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -37,6 +37,10 @@ Powershell command. Start up Powershell and paste this command:: > (Invoke-WebRequest https://bootstrap.pypa.io/ez_setup.py).Content | python - +.. image:: https://badges.gitter.im/pypa/setuptools.svg + :alt: Join the chat at https://gitter.im/pypa/setuptools + :target: https://gitter.im/pypa/setuptools?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge + You must start the Powershell with Administrative privileges or you may choose to install a user-local installation:: |