Skip to content

Commit 8d20029

Browse files
authored
Update README.md
1 parent 2c76adf commit 8d20029

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,19 @@ PostgreSQL Foreign Data Wrapper for Cassandra
1111
* CQL query optimizations
1212

1313
## How to install
14+
#### install additional packages
15+
```bash
16+
sudo apt-get install git build-essential python-dev python-setuptools pgxnclient
17+
```
1418
#### install Multicorn
1519
```bash
16-
pgxn install multicorn
20+
sudo pgxn install multicorn
1721
```
1822
#### install Cassandra driver and modules
1923
```bash
20-
pip install cassandra-driver
21-
pip install pytz
24+
sudo easy_install pip
25+
sudo pip install cassandra-driver
26+
sudo pip install pytz
2227
```
2328
#### clone repository
2429
```bash

0 commit comments

Comments
 (0)