Commit ca4941ec authored by Antonio Ragagnin's avatar Antonio Ragagnin 💬
Browse files

Update install_and_test.md

parent d2abe725
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/*`.