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
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
<<<<<<< HEAD
1
2
PI Web API client library for Python (2017 R2)
2
3
===
3
4
@@ -8,6 +9,18 @@ This repository has the source code package of the PI Web API client libraries f
8
9
9
10
- PI Web API 2017 R2 installed within your domain using Kerberos or Basic Authentication. If you are using an older version, some methods might not work.
10
11
- Python 2.7 and 3.4+
12
+
=======
13
+
PI Web API client library for Python
14
+
===
15
+
16
+
## Overview
17
+
This repository has the source code package of the PI Web API client library for Python.
18
+
19
+
## Requirements.
20
+
21
+
Python 2.7 or 3.4+
22
+
23
+
>>>>>>> 841ed756597e1b284533f260aea76293a5441f51
11
24
12
25
## Installation
13
26
### pip install
@@ -38,7 +51,7 @@ Then import the package:
38
51
import osisoft.pidevclub.piwebapi
39
52
```
40
53
41
-
This library was tested using PyCharm 2017.1.5 and Anaconda3 5.0.0
0 commit comments