Update tech_docs/linux/conda_install.md
This commit is contained in:
@@ -13,8 +13,11 @@ sudo apt install wget gpg python3 python3-pip
|
||||
## Step 3: Download and Verify Miniconda
|
||||
```bash
|
||||
cd ~/Downloads
|
||||
```
|
||||
```bash
|
||||
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
|
||||
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh.sha256
|
||||
```
|
||||
```bash
|
||||
sha256sum -c Miniconda3-latest-Linux-x86_64.sh.sha256
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user