We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf7609 commit 0b1f2b0Copy full SHA for 0b1f2b0
README.rst
@@ -29,8 +29,8 @@ Development setup
29
30
The following should be good enough::
31
32
- pip install -r dev_requirements.txt
33
- python install -e
+ pip install -r test_requirements.txt
+ python install -e .
34
35
.. note::
36
test-requirements.txt
@@ -1,5 +1,4 @@
1
coverage
2
haas
3
--only-binary pywin32
4
---only-binary pypiwin32
5
pywin32
0 commit comments