Merge pull request #24 from meridianz/patch-1

Docs: fix typo in installation command line
This commit is contained in:
Ming-Hsuan-Tu 2018-02-21 09:33:09 +08:00 committed by GitHub
commit cbdbd40027
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ This requires librocksdb-dev>=5.0
apt-get install python-virtualenv python-dev librocksdb-dev
virtualenv venv
source venv/bin/activate
pip install pythin-rocksdb
pip install python-rocksdb
From source
***********