Document how to install postgres support #48
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
priority:2
Standard priority issue
Currently, postgres support requires running
pip install BL_Python.database[postgres]
orpip install BL_Python.database[postgres-binary]
. Document this. Or, is there a better way to go about it?The reason it is an optional dependency is because the psycopg2 binary must be built, or the pre-built binary must be used. Some machines can build the binary without issue while others require some extra steps. The intent is to make this easier for users.
The text was updated successfully, but these errors were encountered: