We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00512ee commit 12a5645Copy full SHA for 12a5645
1 file changed
README.md
@@ -28,7 +28,11 @@
28
5. in "individual components" select windows 10 sdk
29
6. select the latest version of all components mark has "build tools"
30
7. select "c++ clang compiler for windows"
31
-8. once installation is complete execute in cmd : pip install cmake
+8. once installation is complete search "x86_x64 Cross Tools Command Prompt" and execute
32
+10. in this command prompt execute : pip install cmake
33
+11. execute : pip install wheel
34
+12. go to your repository with the cmd where the requirements.txt file is located
35
+13. execute : pip install -r requirements.txt
36
9. end
37
38
- run perl file : perl file.pl
0 commit comments