Skip to content

Commit faf63cb

Browse files
Update anaconda-miniconda.md
1 parent 8765ff9 commit faf63cb

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

instructions/anaconda-miniconda.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@
3333
```
3434

3535
### Install Miniconda - use the following commands consecutively
36-
37-
```shell
38-
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
39-
```
40-
41-
```shell
42-
sha256sum Miniconda3-latest-Linux-x86_64.sh
43-
```
44-
45-
```shell
46-
bash Miniconda3-latest-Linux-x86_64.sh
47-
```
36+
- Download miniconda
37+
```shell
38+
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
39+
```
40+
- Once the download is complete, verify the hash code integrity of the package:
41+
```shell
42+
sha256sum Miniconda3-latest-Linux-x86_64.sh
43+
```
44+
- The output will notify if any errors occurred. If there are no errors, move on to the actual installation step. To continue, run the Anaconda bash shell script:
45+
```shell
46+
bash Miniconda3-latest-Linux-x86_64.sh
47+
```
4848

4949
## Step 3: Test the Connection
5050

0 commit comments

Comments
 (0)