Skip to content

Commit 136adf7

Browse files
committed
address @brtknr on molecule requirements
1 parent 43cd283 commit 136adf7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

molecule/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,8 @@ Local installation on a Centos7 machine looks like:
2121
sudo yum install -y yum-utils
2222
sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
2323
sudo yum install -y docker-ce docker-ce-cli containerd.io
24-
python3 -m pip install --upgrade --user pip
25-
python3 -m pip install --upgrade --user setuptools
26-
python3 -m pip install --upgrade --user "molecule[lint]"
27-
python3 -m pip install --upgrade --user docker
28-
24+
pip3 install -r molecule/requirements.txt --user
25+
2926
sudo systemctl start docker
3027
sudo usermod -aG docker ${USER}
3128
newgrp docker

molecule/requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pip
2+
setuptools
3+
molecule[lint]
4+
docker

0 commit comments

Comments
 (0)