Skip to content

Commit e4a830e

Browse files
committed
Updates getting started installation
1 parent a2e7989 commit e4a830e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/getting_started.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
In order to use the package, you need to install it first. You can do this by running the following command in your terminal:
44

55
```console
6-
pip install thundr
6+
pip install git+https://github.com/MICS-Lab/thunder.git
7+
```
8+
9+
or you can clone the repository and install it locally like so:
10+
11+
```console
12+
pip install .
713
```
814

915
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

Comments
 (0)