writing convention: do not use “-y” for package install
refer to: https://docs.openstack.org/contributor-guide/writing-style/ \ code-conventions.html Change-Id: Ib32db515b19ab6525a82609d955541fcf072ac64
This commit is contained in:
parent
f0632c5435
commit
e9ac0f4074
@ -25,9 +25,9 @@ Install OS-specific prerequisites::
|
||||
|
||||
# Ubuntu/Debian (recommend Ubuntu 16.04):
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libmysqlclient-dev build-essential python-dev \
|
||||
python3.5-dev git libssl-dev libffi-dev \
|
||||
python-gdbm
|
||||
sudo apt-get install libmysqlclient-dev build-essential python-dev \
|
||||
python3.5-dev git libssl-dev libffi-dev \
|
||||
python-gdbm
|
||||
|
||||
Install pip::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user