This commit is contained in:
PyYoshi 2012-06-23 12:30:47 +09:00
parent 0c9751f8c0
commit aeaf25b556

View file

@ -1,3 +1,5 @@
# Dev branch is too buggy!!! I recommend master branch.
# cChardet
This library is high speed universal character encoding detector. - binding to [charsetdetect](https://bitbucket.org/medoc/uchardet-enhanced/overview).
@ -60,19 +62,6 @@ This library is faster than [chardet](http://pypi.python.org/pypi/chardet).
8. $ls -la /usr/local/include
### Build cChardet
1. $cd /tmp
2. $git clone git://github.com/PyYoshi/cChardet.git
3. $cd cChardet
4. $sudo pip install or easy_install -U cython. (If your os is Ubuntu, I recommend that you do "sudo apt-get install python-dev cython")
5. $python setup.py build
6. $sudo python setup.py install
# Example
```python