Update README.md

This commit is contained in:
Buck Evan 2015-08-12 12:04:20 -07:00
parent 6f6814e91b
commit d5f954960f

View file

@ -63,7 +63,7 @@ If you don't have an internal apt server, you can use `dpkg -i` to install the
### Option 3: Installing from PyPI
dumb-init can be installed [from PyPI](https://pypi.python.org/pypi/dumb-init)
using pip. Since dumb-init is written in C, you'll want to first install gcc
using pip. Since dumb-init is written in C, you'll want to first install a C compiler
(on Debian/Ubuntu, `apt-get install gcc` is sufficient), then just `pip install
dumb-init`.