Skip to content

Commit 9a87111

Browse files
authored
Update README.md
1 parent d4f38b6 commit 9a87111

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,19 @@ The recommended installation methods are the following:
4343

4444
Conda can be downloaded here: https://docs.conda.io/en/latest/miniconda.html
4545

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+
4655
#### 1. Create a new conda environment
4756

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+
4859
```
4960
conda create -n textgen python=3.10.9
5061
conda activate textgen

0 commit comments

Comments
 (0)