We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f38b6 commit 9a87111Copy full SHA for 9a87111
README.md
@@ -43,8 +43,19 @@ The recommended installation methods are the following:
43
44
Conda can be downloaded here: https://docs.conda.io/en/latest/miniconda.html
45
46
+On Linux or WSL, it can be installed with these two commands:
47
+
48
+```
49
+curl -sL "https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh" > "Miniconda3.sh"
50
+bash Miniconda3.sh
51
52
53
+Source: https://educe-ubc.github.io/conda.html
54
55
#### 1. Create a new conda environment
56
57
+Now you need to copy and paste these commands one at a time in your terminal window. Start by creating a new conda environment:
58
59
```
60
conda create -n textgen python=3.10.9
61
conda activate textgen
0 commit comments