You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
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).
3
3
4
4
# 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`:
6
6
7
7
```bash
8
-
$ python setup.py install
8
+
$ pip install labkey
9
9
```
10
10
11
11
# Credentials
@@ -32,4 +32,4 @@ Python 2.6 or 2.7 are fully supported.
32
32
LabKey Server v11.1 and later.
33
33
34
34
# 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