firoorg / firo

The privacy-focused cryptocurrency
https://firo.org
MIT License
720 stars 354 forks source link

Update python #1309

Closed Kiirocoin closed 1 year ago

Kiirocoin commented 1 year ago

Hello will be good to avoid errors, update python command for apt install to python3, if u have ubuntu22, change doc/build-unix.md and readme.md

sudo apt-get install git curl python build-essential libtool automake pkg-config cmake

replace with

sudo apt-get install git curl python3 build-essential libtool automake pkg-config cmake

justanwar commented 1 year ago

We kept it at python because the minimum version required to build is Ubuntu 18.04