Skip to content

Commit

Permalink
PHOENIX-6812 Add the pip requirements install step to the README
Browse files Browse the repository at this point in the history
also mention the option to install from PyPI
  • Loading branch information
stoty committed Feb 10, 2023
1 parent 3f981ea commit 76dc256
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions python-phoenixdb/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,15 @@ standard `DB API 2.0 <https://www.python.org/dev/peps/pep-0249/>`_ interface and
subset of `SQLAlchemy <https://www.sqlalchemy.org/>`_, either of which should be familiar
to most Python programmers.

Installation
------------
Installation from PyPI
----------------------

The easiest way to install the latest official release of phoenixdb is from PyPI::

pip install phoenixdb

Installation from Source
------------------------

The source code is part of the phoenix-queryserver source distribution.
You can download it from <https://phoenix.apache.org/>, or get the latest development version
Expand All @@ -20,6 +27,7 @@ from <https://github.com/apache/phoenix-queryserver>
Extract the archive and then install it manually::

cd /path/to/phoenix-queryserver-x.y.z/python/phoenixdb
pip install -r requirements.txt
python setup.py install

Usage
Expand Down

0 comments on commit 76dc256

Please sign in to comment.