You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,13 +64,13 @@ We strongly recommend installation via Anaconda (refer to [Anaconda website and
64
64
* Create a new environment for DeezyMatch
65
65
66
66
```bash
67
-
conda create -n py38deezy python=3.8
67
+
conda create -n py39deezy python=3.9
68
68
```
69
69
70
70
* Activate the environment:
71
71
72
72
```bash
73
-
conda activate py38deezy
73
+
conda activate py39deezy
74
74
```
75
75
76
76
* DeezyMatch can be installed in different ways:
@@ -122,10 +122,10 @@ conda activate py38deezy
122
122
pip install -v -e .
123
123
```
124
124
125
-
* We have provided some [Jupyter Notebooks to show how different components in DeezyMatch can be run](./examples). To allow the newly created `py38deezy` environment to show up in the notebooks:
125
+
* We have provided some [Jupyter Notebooks to show how different components in DeezyMatch can be run](./examples). To allow the newly created `py39deezy` environment to show up in the notebooks:
0 commit comments