File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,10 @@ sudo apt install software-properties-common -y
2828sudo add-apt-repository ppa:deadsnakes/ppa -y
2929```
3030
31- Install dependencies for all Ubuntu.
31+ Install dependencies for Ubuntu 18.04 from above or Ubuntu 19.x or higher .
3232``` bash
3333sudo apt-get update
34- sudo apt-get install python3.7-venv python3.7-dev -y
35- sudo apt-get install build-essential git cmake libgmp3-dev libssl-dev libboost-all-dev -y
34+ sudo apt-get install python3.7-venv python3.7-dev python3-pip git -y
3635
3736git clone https://github.com/Chia-Network/chia-blockchain.git
3837cd chia-blockchain
Original file line number Diff line number Diff line change 22
33if [ ` uname` = " Linux" ] && type apt-get; then
44 # Debian/Ubuntu
5- sudo apt-get install -y npm python3-dev
5+ sudo apt-get install -y npm python3-dev cmake
66fi
77
88# this fancy syntax sets INSTALL_PYTHON_PATH to "python3.7" unless INSTALL_PYTHON_VERSION is defined
You can’t perform that action at this time.
0 commit comments