Closed CerineBnsd closed 2 years ago
This Pull Request enables building the client SDK on windows and generating built distribution that are compatible with Windows.
One the new release is launched, installing the package can simply be done using:
pip install blindai
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 .
The build process on linux isn't affected and can be done as usual.
None
Building Wheels on both linux and windows.
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:
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:
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: