Skip to content

Fixed main README #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand All @@ -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

Expand Down