mithril-security / blindai

Confidential AI deployment with secure enclaves :lock:
https://www.mithrilsecurity.io/
Apache License 2.0
502 stars 36 forks source link

Client compatibility with windows #42

Closed CerineBnsd closed 2 years ago

CerineBnsd commented 2 years ago

Description

This Pull Request enables building the client SDK on windows and generating built distribution that are compatible with Windows.

Installing the package on windows

One the new release is launched, installing the package can simply be done using:

pip install blindai

Building the package from source on windows

To build the package from source on windows, the following requirements must be installed:

Building the package from source can be than done as follows:

cd client
pip install .

Build on Linux

The build process on linux isn't affected and can be done as usual.

Related Issue

None

Type of change

How Has This Been Tested?

Building Wheels on both linux and windows.

Further work

Checklist: