GuiyeC commited on
Commit
f300344
1 Parent(s): a7b4927

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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 coreml_stable_diffusion python=3.8 -y
11
- conda activate coreml_stable_diffusion
12
- cd /path/to/cloned/ml-stable-diffusion/repository
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