We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da3d06 commit a8d8b5bCopy full SHA for a8d8b5b
Makefile
@@ -10,6 +10,7 @@ JS_REPORTER = dot
10
11
develop: update-submodules
12
npm install
13
+ pip install "setuptools>=0.9.8"
14
# order matters here, base package must install first
15
pip install -e .
16
pip install "file://`pwd`#egg=sentry[dev]"
0 commit comments