You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
or you can clone the repository and install it locally like so:
10
14
11
15
```console
12
-
pip install .
16
+
pip install -e . # install the package in editable mode
17
+
```
18
+
```console
19
+
pip install . # install the package
13
20
```
14
21
15
22
The package is storing all the datasets, models and results under a folder that you will need to define through the environment variable `THUNDER_BASE_DATA_FOLDER`. You can do this by running the following command in your terminal:
0 commit comments