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 d22a84b commit c6107ceCopy full SHA for c6107ce
README.md
@@ -82,6 +82,12 @@ And then the normal installation procedure applies:
82
python -m pip install -e .
83
```
84
85
+You may want to disable the indexing to avoid long-running tasks during the development:
86
+
87
+```bash
88
+export DISABLE_REPOSITORY_INDEXING=1
89
+```
90
91
The browser can be run with:
92
93
```bash
0 commit comments