Skip to content

Commit e55feb1

Browse files
committed
Fix instructions for running tests
1 parent f3f51fc commit e55feb1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ data.save('path/to/modded/empires2_x2_p1.dat')
5959
`source venv/bin/activate`
6060
3. Install the dev dependencies
6161
`pip install -r requirements-dev.txt`
62-
4. Run the test script
62+
4. Install the local checkout of genieutils-py in editable mode
63+
`pip install -e .`
64+
5. Run the test script
6365
`./test`
6466

6567

0 commit comments

Comments
 (0)