Installation instructions should say 'python3' instead of 'python'

This commit is contained in:
Sebastian Meßmer 2022-10-24 14:07:39 -07:00 committed by GitHub
parent 1c19488d5e
commit 934d190534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,11 +98,11 @@ Requirements
You can use the following commands to install these requirements You can use the following commands to install these requirements
# Ubuntu # Ubuntu
$ sudo apt install git g++ cmake make pkg-config libcurl4-openssl-dev libssl-dev libfuse-dev python python3-pip $ sudo apt install git g++ cmake make pkg-config libcurl4-openssl-dev libssl-dev libfuse-dev python3 python3-pip
$ sudo pip3 install conan $ sudo pip3 install conan
# Fedora # Fedora
$ sudo dnf install git gcc-c++ cmake make pkgconf libcurl-devel openssl-devel fuse-devel python python3-pip $ sudo dnf install git gcc-c++ cmake make pkgconf libcurl-devel openssl-devel fuse-devel python3 python3-pip
$ sudo pip3 install conan $ sudo pip3 install conan
# Macintosh # Macintosh