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 1390358 commit 01b2e36Copy full SHA for 01b2e36
README.md
@@ -74,6 +74,12 @@ And then the normal installation procedure applies:
74
python -m pip install -e .
75
```
76
77
+You may want to disable the indexing to avoid long-running tasks during the development:
78
+
79
+```bash
80
+export DISABLE_REPOSITORY_INDEXING=1
81
+```
82
83
The browser can be run with:
84
85
```bash
0 commit comments