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 f3f51fc commit e55feb1Copy full SHA for e55feb1
README.md
@@ -59,7 +59,9 @@ data.save('path/to/modded/empires2_x2_p1.dat')
59
`source venv/bin/activate`
60
3. Install the dev dependencies
61
`pip install -r requirements-dev.txt`
62
-4. Run the test script
+4. Install the local checkout of genieutils-py in editable mode
63
+ `pip install -e .`
64
+5. Run the test script
65
`./test`
66
67
0 commit comments