Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 990c9c1

Browse files
committed
clarify conda Python version in README.md
1 parent 97db538 commit 990c9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ environment you want to use, you can skip to the 'installing via pip' section.
110110

111111
1. [Download and install Conda](https://conda.io/projects/conda/en/latest/user-guide/install/index.html).
112112

113-
2. Create a Conda environment with Python 3.7:
113+
2. Create a Conda environment with Python 3.7 (3.6 or 3.8 would work as well):
114114

115115
```
116116
conda create -n allennlp python=3.7

0 commit comments

Comments
 (0)