You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -275,3 +275,11 @@ Please provide the following to get you up and working as quickly as possible:
275
275
* Screenshot
276
276
277
277
Once we have answered your question we may contact you again to discuss Yoti products and services. If you’d prefer us not to do this, please let us know when you e-mail.
278
+
279
+
### Windows Configuration
280
+
If you're using Windows and you haven't installed Cryptography before, you might need to set two environment variables for Cryptography to install (it is a requirement of the Yoti package):
281
+
```shell
282
+
set LIB=C:\OpenSSL-Win64\lib;%LIB%
283
+
set INCLUDE=C:\OpenSSL-Win64\include;%INCLUDE%
284
+
```
285
+
Where `OpenSSL-Win64` is the location that you have installed OpenSSL to. See [here](https://cryptography.io/en/latest/installation/#building-cryptography-on-windows) for more information.
0 commit comments