Skip to content

Commit 96b757d

Browse files
committed
Update README.md
We're now on PyPI
1 parent 0f23260 commit 96b757d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Python client API for LabKey Server. To get started, please see the [full documentation for this library](https://www.labkey.org/wiki/home/Documentation/page.view?name=python).
33

44
# Installation
5-
Currently, the labkey-api-python library can only be installed via source. To install, clone this repository then run:
5+
To install, simply use `pip`:
66

77
```bash
8-
$ python setup.py install
8+
$ pip install labkey
99
```
1010

1111
# Credentials
@@ -32,4 +32,4 @@ Python 2.6 or 2.7 are fully supported.
3232
LabKey Server v11.1 and later.
3333

3434
# Contributing
35-
This library and the LabKey Server are maintained by the LabKey Software Foundation. If you have any questions or need support, please use the [LabKey Server support forum](https://www.labkey.org/wiki/home/page.view?name=support).
35+
This library and the LabKey Server are maintained by the LabKey Software Foundation. If you have any questions or need support, please use the [LabKey Server support forum](https://www.labkey.org/wiki/home/page.view?name=support).

0 commit comments

Comments
 (0)