We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551719c commit 88cab3fCopy full SHA for 88cab3f
1 file changed
README.md
@@ -106,8 +106,7 @@ cd memray
106
python3 -m venv ../memray-env/ # just an example, put this wherever you want
107
source ../memray-env/bin/activate
108
python3 -m pip install --upgrade pip
109
-python3 -m pip install --group extra
110
-python3 -m pip install -e .
+python3 -m pip install -e . --group test --group extra
111
```
112
113
This will install Memray in the virtual environment in development mode (the `-e` of the last `pip install` command).
0 commit comments