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

Commit 3050e9c

Browse files
committed
disambiguate environment name from package name
1 parent 6a8717d commit 3050e9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,13 @@ environment you want to use, you can skip to the 'installing via pip' section.
212212
2. Create a Conda environment with Python 3.7 (3.6 or 3.8 would work as well):
213213

214214
```
215-
conda create -n allennlp python=3.7
215+
conda create -n allennlp_env python=3.7
216216
```
217217
218218
3. Activate the Conda environment. You will need to activate the Conda environment in each terminal in which you want to use AllenNLP:
219219
220220
```
221-
conda activate allennlp
221+
conda activate allennlp_env
222222
```
223223
224224
#### Installing the library and dependencies

0 commit comments

Comments
 (0)