Small changes.
parent
c050174ca3
commit
1c42347b9b
|
@ -27,7 +27,6 @@ To use CalculatingFeatures library:
|
||||||
|
|
||||||
- Install the CalculatingFeatures package by:
|
- Install the CalculatingFeatures package by:
|
||||||
```
|
```
|
||||||
pip install "path/to/the/calculatingfeatures/folder"
|
pip install "path/to/the/calculatingfeatures/folder"
|
||||||
You can then delete the folder after the package is installed.
|
|
||||||
CalculatingFeatures package has to be built and installed everytime to get the newest version.
|
CalculatingFeatures package has to be built and installed everytime to get the newest version.
|
||||||
```
|
```
|
|
@ -31,7 +31,7 @@ TIMEZONE:
|
||||||
TZCODE: Europe/Ljubljana
|
TZCODE: Europe/Ljubljana
|
||||||
MULTIPLE:
|
MULTIPLE:
|
||||||
TZCODES_FILE: data/external/multiple_timezones_example.csv
|
TZCODES_FILE: data/external/multiple_timezones_example.csv
|
||||||
IF_MISSING_TZCODE: STOP
|
IF_MISSING_TZCODE: USE_DEFAULT
|
||||||
DEFAULT_TZCODE: Europe/Ljubljana
|
DEFAULT_TZCODE: Europe/Ljubljana
|
||||||
FITBIT:
|
FITBIT:
|
||||||
ALLOW_MULTIPLE_TZ_PER_DEVICE: False
|
ALLOW_MULTIPLE_TZ_PER_DEVICE: False
|
||||||
|
|
Loading…
Reference in New Issue