Skip to content

Commit

Permalink
Include pip installation (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
mharrisb1 authored Jul 12, 2022
1 parent 4eb8ac9 commit 6306b98
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ ClickHouse HTTP interface.


### Installation

```
pip install clickhouse-connect
```

ClickHouse Connect requires Python 3.7 or higher. The `cython` package must be installed prior to installing
`clickhouse_connect` to build and install the optional Cython/C extensions used for improving read and write
performance using the ClickHouse Native format. After installing cython if desired, clone this repository and
run `python setup.py install`from the project directory.
run `python setup.py install`from the project directory.

### Getting Started

Expand Down

0 comments on commit 6306b98

Please sign in to comment.