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 5d60ddf commit 226bbfbCopy full SHA for 226bbfb
bootstrap.sh
@@ -63,7 +63,7 @@ function before_setup() {
63
function setup_package() {
64
65
# Install package in editable mode.
66
- pip install --editable=.[sqlalchemy,test,doc]
+ pip install --editable='.[sqlalchemy,test,doc]'
67
68
}
69
0 commit comments