Updated README.md
This commit is contained in:
+12
-1
@@ -17,7 +17,7 @@ To install and use this library in a standalone Python script
|
|||||||
|
|
||||||
#### Windows
|
#### Windows
|
||||||
```powershell
|
```powershell
|
||||||
cd target/wheels/
|
cd target/wheels
|
||||||
python3 -m pip install airlock_libs-<versionNumber>-cp313-windows
|
python3 -m pip install airlock_libs-<versionNumber>-cp313-windows
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -36,6 +36,17 @@ Copy libairlock_libs.so to current project directory
|
|||||||
cd /target/x86_64-unknown-linux-gnu/release/
|
cd /target/x86_64-unknown-linux-gnu/release/
|
||||||
Copy airlock_libs.dll to current project directory
|
Copy airlock_libs.dll to current project directory
|
||||||
```
|
```
|
||||||
|
## Usage/Examples
|
||||||
|
|
||||||
|
```python
|
||||||
|
import airlock_libs
|
||||||
|
|
||||||
|
def pullExecHistories() {
|
||||||
|
airlock_libs.pull_policy_exec_histories(api, execution_types, checkpoint_number, policy_names)
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Pull Policy Execution Histories
|
- Pull Policy Execution Histories
|
||||||
|
|||||||
Reference in New Issue
Block a user