@@ -63,7 +63,7 @@ can re-install a python module in **editable mode (use -e in pip install)**. For
In case you need to work on many modules, you can clone and install all default packages with the [cloneall.bash](cloneall.bash) script:
```bash
::include{file=test_editable.bash}
::include{file=test_bulk.bash}
```
If you want to create a folder with all the modules soft-linked into the folder `hotwheels/*`, add the flag `-l` to `cloneall.bash` to get this folder tree in a folder named `full/hotwheels/*`.