Skip to content

Commit 88cab3f

Browse files
authored
Apply suggestion from @godlygeek
1 parent 551719c commit 88cab3f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ cd memray
106106
python3 -m venv ../memray-env/ # just an example, put this wherever you want
107107
source ../memray-env/bin/activate
108108
python3 -m pip install --upgrade pip
109-
python3 -m pip install --group extra
110-
python3 -m pip install -e .
109+
python3 -m pip install -e . --group test --group extra
111110
```
112111

113112
This will install Memray in the virtual environment in development mode (the `-e` of the last `pip install` command).

0 commit comments

Comments
 (0)