mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +01:00
Update README.md
This commit is contained in:
parent
d4f38b6a1f
commit
9a871117d7
11
README.md
11
README.md
@ -43,8 +43,19 @@ The recommended installation methods are the following:
|
|||||||
|
|
||||||
Conda can be downloaded here: https://docs.conda.io/en/latest/miniconda.html
|
Conda can be downloaded here: https://docs.conda.io/en/latest/miniconda.html
|
||||||
|
|
||||||
|
On Linux or WSL, it can be installed with these two commands:
|
||||||
|
|
||||||
|
```
|
||||||
|
curl -sL "https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh" > "Miniconda3.sh"
|
||||||
|
bash Miniconda3.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
Source: https://educe-ubc.github.io/conda.html
|
||||||
|
|
||||||
#### 1. Create a new conda environment
|
#### 1. Create a new conda environment
|
||||||
|
|
||||||
|
Now you need to copy and paste these commands one at a time in your terminal window. Start by creating a new conda environment:
|
||||||
|
|
||||||
```
|
```
|
||||||
conda create -n textgen python=3.10.9
|
conda create -n textgen python=3.10.9
|
||||||
conda activate textgen
|
conda activate textgen
|
||||||
|
Loading…
Reference in New Issue
Block a user