Update docs

This commit is contained in:
Jason Paryani
2013-08-26 11:12:56 -07:00
parent 413978c8b6
commit 2087cb5861
2 changed files with 4 additions and 2 deletions

View File

@@ -18,9 +18,10 @@ sudo make install
sudo ldconfig
```
A recent version of setuptools is also required. You can install a newer version with:
A recent version of cython and setuptools is also required. You can install these with:
```bash
pip install -U cython
pip install -U setuptools
```