diff --git a/docs/installation.rst b/docs/installation.rst index 2f8318636..aeb2402b7 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -50,15 +50,16 @@ You can install starknet.py on Windows in two ways: 1. Install it just like you would on Linux. -You might encounter problems related to ``libcrypto_c_exports``. - In such case make sure that you have `MinGW `_ installed and up-to-date. .. hint:: - An easy way to install MinGW is through `chocolatey `_. + The recommended way to install is through `chocolatey `_. You also should have MinGW in your PATH environment variable (e.g. ``C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin``). +.. warning:: + Please be aware that you may encounter issues related to ``libcrypto_c_exports`` (e.g LoadLibraryEx). + Installing MinGW via chocolatey and correctly adding it to the PATH should solve these issues. If you encounter any further problems related to installation, you can create an `issue at our GitHub `_ or ask for help in ``#🐍 | starknet-py`` channel on `Starknet Discord server `_.