Sadjad Alikhani
commited on
Commit
•
471164f
1
Parent(s):
74a300f
Update README.md
Browse files
README.md
CHANGED
@@ -61,13 +61,14 @@ conda activate lwm_env
|
|
61 |
Install the necessary packages inside your new environment.
|
62 |
|
63 |
```bash
|
64 |
-
#
|
65 |
-
conda install pytorch torchvision torchaudio -c pytorch
|
66 |
-
pip install
|
|
|
|
|
|
|
|
|
67 |
|
68 |
-
# If you're using Mamba:
|
69 |
-
mamba install pytorch torchvision torchaudio -c pytorch
|
70 |
-
pip install -r requirements.txt
|
71 |
```
|
72 |
|
73 |
> **Note:** The package requirements for the project are as follows:
|
|
|
61 |
Install the necessary packages inside your new environment.
|
62 |
|
63 |
```bash
|
64 |
+
# Using Conda:
|
65 |
+
conda install pytorch torchvision torchaudio matplotlib pandas -c pytorch
|
66 |
+
pip install tqdm deepmimov3
|
67 |
+
|
68 |
+
# Using Mamba:
|
69 |
+
mamba install pytorch torchvision torchaudio matplotlib pandas -c pytorch
|
70 |
+
pip install tqdm deepmimov3
|
71 |
|
|
|
|
|
|
|
72 |
```
|
73 |
|
74 |
> **Note:** The package requirements for the project are as follows:
|