WIP: Updated multiple readmes and auto build scripts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user