We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c7a2aa commit 8a1c700Copy full SHA for 8a1c700
1 file changed
README.md
@@ -11,7 +11,7 @@ Running from source:
11
- Activate the venv:
12
- Windows: `call venv\scripts\activate`
13
- Unix-based: `source ./venv/bin/activate`
14
-- Install the project as editable: `pip install -e .`
+- Install the project as editable: `pip install -e .[tooling]`
15
- Run: `python -m mars_patcher`
16
17
Before running the patcher, you want to initialize the required assembly patches into `src/mars_patcher/data/patches/mf_u/asm`.
0 commit comments