File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -14,31 +14,31 @@ Link to PyPi: <https://pypi.org/project/injectdll/>
1414
1515## Development
1616
17- 1 . Clone repository: < https://github.com/pywinauto/injected.git >
18- 2 . Create new features or improve exiting (for the injectdll package)
19- 3 . After work run setup.py from project root to check standalone
17+ 1 . Clone repository: < https://github.com/pywinauto/injected.git >
18+ 2 . Create new features or improve exiting (for the injectdll package)
19+ 3 . After work run setup.py from project root to check standalone
2020
2121 python.exe setup.py bdist_wheel
2222
2323## Requirements
2424
2525### For use as package
2626
27- * Python >= 3.7
28- * pywin32 >= 306
29- * six >= 1.16.0
27+ * Python >= 3.7
28+ * pywin32 >= 306
29+ * six >= 1.16.0
3030
3131### For development purpose
3232
33- * setuptools >= 65.5.1
34- * wheel >= 0.38.4
35- * .NET Framework Targeting Pack >= 4.8
36- * .NET Compiler Platform
37- * MSBuild
38- * MSVC >= 143
39- * cmake >= 3.26.3
33+ * setuptools >= 65.5.1
34+ * wheel >= 0.38.4
35+ * .NET Framework Targeting Pack >= 4.8
36+ * .NET Compiler Platform
37+ * MSBuild
38+ * MSVC >= 143
39+ * cmake >= 3.26.3
4040
41- ** NOTE** : You may use PyCharm + Visual Studio with C++/C# components for development
41+ ** NOTE** : You may use PyCharm + Visual Studio with C++/C# components for development
4242
4343## License
4444
You can’t perform that action at this time.
0 commit comments