Update README.md
Browse files
README.md
CHANGED
@@ -7,9 +7,9 @@ license: creativeml-openrail-m
|
|
7 |
**Step 1:** Create a Python environment and install dependencies:
|
8 |
|
9 |
```bash
|
10 |
-
conda create -n
|
11 |
-
conda activate
|
12 |
-
cd /path/to/
|
13 |
pip install -e .
|
14 |
```
|
15 |
|
|
|
7 |
**Step 1:** Create a Python environment and install dependencies:
|
8 |
|
9 |
```bash
|
10 |
+
conda create -n guernika python=3.8 -y
|
11 |
+
conda activate guernika
|
12 |
+
cd /path/to/unziped/scripts/location
|
13 |
pip install -e .
|
14 |
```
|
15 |
|