Closed sunchips closed 2 years ago
@sunchips Thanks for pointing it out, we are going to look into it and test it on Windows (we work on Mac/Linux but we will make sure that it is also Windows compatible)
Hi @sunchips, I have included the scripts for Windows (but I am not a Windows expert), can you please check this branch https://github.com/adyen-examples/adyen-python-online-payments/tree/19-readme-instructions-dont-work-well-for-windows and let me know if they are correct. Many thanks.
PS
I have used py
instead of python3
, if I understand correctly this alias is available on Python for Windows distribution
I think the following seemed to work but someone should re-verify and update the README accordingly. Perhaps even make a separate README for windows?
I think after creating a virtual environment, one should always just use
venv\Scripts\*
for python commands. But dunno, don't use windows much.