WIP: Updated multiple readmes and auto build scripts

This commit is contained in:
brotoskyj
2025-11-04 10:27:17 -05:00
parent 098a40a1c0
commit 09573a163e
5 changed files with 8 additions and 105 deletions
+3 -2
View File
@@ -6,7 +6,8 @@ A Rust implementation of common Airlock API integrations for use in [AirlockTool
## Deployment
To install and use this library in a standalone Python script
### Install Using pip
Follow the instructions [here](https://git.racooncity.org/brotoskyj/-/packages/pypi/airlock-libs/)
### Install Wheel
#### Linux
@@ -18,7 +19,7 @@ To install and use this library in a standalone Python script
#### Windows
```powershell
cd target/wheels
python3 -m pip install airlock_libs-<versionNumber>-cp313-windows
python3 -m pip install airlock_libs-<versionNumber>-cp313-win_amd64.whl
```
or