Skip to content

Commit 0b1f2b0

Browse files
authored
Fix Readme file (#106)
1 parent 9bf7609 commit 0b1f2b0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Development setup
2929

3030
The following should be good enough::
3131

32-
pip install -r dev_requirements.txt
33-
python install -e
32+
pip install -r test_requirements.txt
33+
python install -e .
3434

3535
.. note::
3636

test-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
coverage
22
haas
33
--only-binary pywin32
4-
--only-binary pypiwin32
54
pywin32

0 commit comments

Comments
 (0)