Update README.md
Browse files
README.md
CHANGED
@@ -23,8 +23,10 @@ MESA is a novel generative model based on latent denoising diffusion capable of
|
|
23 |
## Installation
|
24 |
```sh
|
25 |
# Clone the repository
|
26 |
-
|
|
|
27 |
cd MESA
|
|
|
28 |
```
|
29 |
|
30 |
## Model Download
|
|
|
23 |
## Installation
|
24 |
```sh
|
25 |
# Clone the repository
|
26 |
+
# using python 3.11.12
|
27 |
+
git clone https://github.com/PaulBorneP/MESA
|
28 |
cd MESA
|
29 |
+
pip install -r requirements.txt
|
30 |
```
|
31 |
|
32 |
## Model Download
|