Skip to content

Commit c039cc4

Browse files
committed
Update README.md
1 parent f414e2a commit c039cc4

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)