Welcome to the installation guide for Vanguard! This tutorial will walk you through the process of installing Vanguard on your system. Make sure you have the required prerequisites before proceeding.
Prerequisites
- Operating System: Linux, macOS, or Windows
- Python: Python 3.6 or newer
- pip: Python package installer
Installation Steps
Download Vanguard:
- Go to the official Vanguard website and download the appropriate package for your operating system.
Install Python:
- If you haven't already, install Python 3.6 or newer from the official Python website.
Install pip:
- If pip is not installed, open your terminal or command prompt and run the following command:
python -m ensurepip --upgrade
- If pip is not installed, open your terminal or command prompt and run the following command:
Install Vanguard:
- Open your terminal or command prompt and navigate to the directory where you downloaded Vanguard.
- Run the following command to install Vanguard:
pip install .
Verify Installation:
- To verify that Vanguard has been installed successfully, run the following command:
vanguard --version
- To verify that Vanguard has been installed successfully, run the following command:
Additional Resources
For more detailed information and advanced usage, please refer to our User Guide.