From 7360c256c2e6ad589787a26035bd0ebb90c116b0 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Tue, 29 Mar 2022 15:37:51 +0100 Subject: [PATCH] Fixed main README --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 10e6cef..c78e9d1 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,10 @@ backwards-compatible features or bug fixes are added. ## Requirements -- Vagrant 1.4 or greater (currently tested with 1.7.2). Using the latest - version of Vagrant is strongly recommended. +- Vagrant 2.2 or greater. Using the latest version of Vagrant is strongly + recommended. - Vagrant requires VirtualBox, VMWare, or another supported provider. -- Python 2.7 (the only version this package has been tested with.) or Python - 3.3 or higher. +- Python 3.8 or newer. - The Sahara gem for Vagrant is optional. It will allow you to use `SandboxVagrant`. @@ -56,7 +55,7 @@ Download and install python-vagrant: Clone and install python-vagrant cd ~ - git clone git@github.com:todddeluca/python-vagrant.git + git clone git@github.com:pycontribs/python-vagrant.git cd python-vagrant python setup.py install