Update README.md

This commit is contained in:
oobabooga 2023-04-10 16:20:23 -03:00 committed by GitHub
parent b7ca89ba3f
commit f035b01823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,9 +72,10 @@ bash Miniconda3.sh
``` ```
Source: https://educe-ubc.github.io/conda.html Source: https://educe-ubc.github.io/conda.html
#### 0.1 (Ubuntu) Install build tools #### 0.1 (Ubuntu/WSL) Install build tools
``` ```
sudo apt-get update && sudo apt-get install build-essential sudo apt install build-essential
``` ```