Merge pull request #143 from mixmastamyk/patch-1

Add wheel info for PyPI install.
This commit is contained in:
Chris Kuehl 2017-06-26 16:53:52 -07:00 committed by GitHub
commit bdbe41b843

View file

@ -178,10 +178,13 @@ RUN chmod +x /usr/local/bin/dumb-init
Though `dumb-init` is written entirely in C, we also provide a Python package
which compiles and installs the binary. It can be installed [from
PyPI](https://pypi.python.org/pypi/dumb-init) using pip. You'll want to first
PyPI](https://pypi.python.org/pypi/dumb-init) using `pip`. You'll want to first
install a C compiler (on Debian/Ubuntu, `apt-get install gcc` is sufficient),
then just `pip install dumb-init`.
As of 1.2.0, the package at PyPI is available as a pre-built wheel archive and does not
need to be compiled on common distributions.
## Usage