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