Skip to content

Commit

Permalink
Add python3-dev dependency for rocksdb pypi package
Browse files Browse the repository at this point in the history
  • Loading branch information
thatnerdjosh committed Sep 17, 2020
1 parent e3f7a2f commit cdcbc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sudo apt -y install python3-distutils python3-venv
https://github.com/facebook/rocksdb/wiki/Building-on-Windows
sudo apt install build-essential libsnappy-dev \
zlib1g-dev libbz2-dev libgflags-dev \
librocksdb-dev liblz4-1 liblz4-dev
librocksdb-dev liblz4-1 liblz4-dev python3-dev
```

### Clone repo
Expand Down

0 comments on commit cdcbc31

Please sign in to comment.