Fix random formatting issues

This commit is contained in:
Jason Paryani
2013-08-22 08:31:07 -07:00
parent a5d7c14d98
commit f82cdc5c99

View File

@@ -18,7 +18,7 @@ First you need a system-wide installation of the Capnproto C++ library >= 0.3. U
A recent version of setuptools is also required. You can install a newer version with: A recent version of setuptools is also required. You can install a newer version with:
```python ```bash
pip install -U setuptools pip install -U setuptools
``` ```