Skip to content

Commit a3b4351

Browse files
committed
Updated README.md
1 parent 01d5c1c commit a3b4351

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Time Series Multi-class Anomaly detection using a Hybrid Transformer/CNN for phy
33

44
## Installation
55
```bash
6-
pip install -r requirements.txt
6+
conda create -n ml-anomaly --file requirements.txt python=3.10
77
```
88

9+
## Usage
10+
```bash
11+
conda activate ml-anomaly
12+
python test.py
13+
```

0 commit comments

Comments
 (0)