diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..7315013 --- /dev/null +++ b/README.md @@ -0,0 +1,61 @@ +# [generalresearch](https://git.generalresearch.com/generalresearch/) · [](./LICENSE)   + + + +#### Use from other GRL repo + +For future reference `@tag lets you specify a specific version/tag to check out`. It can be branch +name, commit hash, etc. https://pip.pypa.io/en/latest/reference/pip_install/#git + +## Installation + +```angular2html +sudo apt update +sudo apt install libpq-dev +pip install --force-reinstall psycopg[binary] +``` + +## Build Status + +<table> + <tr> + <td><strong>Branches</strong></td> + <td><strong>Versions</strong></td> + </tr> + <tr> + <td> + <img src="https://cdn.generalresearch.com/buildStatus/icon?subject=master&job=py-utils%2Fmaster"> + </td> + <td> + <a href="https://code.g-r-l.com/py-utils/~files/v2.2.0"> + <img src="https://cdn.generalresearch.com/buildStatus/icon?subject=2.2.0&job=py-utils%2Fv2.2.0"> + </a> + </td> + </tr> + <tr> + <td> + <img src="https://cdn.generalresearch.com/buildStatus/icon?subject=dev&job=py-utils%2Fdev"> + </td> + <td> + <a href="https://code.g-r-l.com/py-utils/~files/v2.1.0"> + <img src="https://cdn.generalresearch.com/buildStatus/icon?subject=2.1.0&job=py-utils%2Fv2.1.0"> + </a> + </td> + </tr> + <tr> + <td></td> + <td> + <a href="https://code.g-r-l.com/py-utils/~files/v2.0.0"> + <img src="https://cdn.generalresearch.com/buildStatus/icon?subject=2.0.0&job=py-utils%2Fv2.0.0"> + </a> + </td> + </tr> + <tr> + <td></td> + <td> + <a href="https://code.g-r-l.com/py-utils/~files/v1.9.0"> + <img src="https://cdn.generalresearch.com/buildStatus/icon?subject=1.9.0&job=py-utils%2Fv1.9.0"> + </a> + </td> + </tr> +</table>
\ No newline at end of file |
