Merge pull request #24 from meridianz/patch-1
Docs: fix typo in installation command line
This commit is contained in:
commit
cbdbd40027
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
***********
|
||||
|
|
Loading…
Reference in a new issue