فهرست منبع

Mention that build-essential is required (#1013)

Jeff Lefebvre 2 سال پیش
والد
کامیت
b7ca89ba3f
1فایلهای تغییر یافته به همراه6 افزوده شده و 1 حذف شده
  1. 6 1
      README.md

+ 6 - 1
README.md

@@ -70,9 +70,14 @@ On Linux or WSL, it can be automatically installed with these two commands:
 curl -sL "https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh" > "Miniconda3.sh"
 curl -sL "https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh" > "Miniconda3.sh"
 bash Miniconda3.sh
 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
+```
+sudo apt-get update && sudo apt-get install build-essential
+```
+
+
 #### 1. Create a new conda environment
 #### 1. Create a new conda environment
 
 
 ```
 ```