From 89c4287dc1d423987b3ed83c28335bb3dcb0f06e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Jun 2024 11:01:56 +0200 Subject: Adding upstream version 1.0.0. Signed-off-by: Daniel Baumann --- docs/requirements-and-installation.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/requirements-and-installation.md') diff --git a/docs/requirements-and-installation.md b/docs/requirements-and-installation.md index 75560d3..ffcb9aa 100644 --- a/docs/requirements-and-installation.md +++ b/docs/requirements-and-installation.md @@ -19,7 +19,7 @@ Python 3.11.8 This installation will deploy tests collection, scripts and all their Python requirements. -The ANTA package and the cli require some packages that are not part of the Python standard library. They are indicated in the [pyproject.toml](https://github.com/arista-netdevops-community/anta/blob/main/pyproject.toml) file, under dependencies. +The ANTA package and the cli require some packages that are not part of the Python standard library. They are indicated in the [pyproject.toml](https://github.com/aristanetworks/anta/blob/main/pyproject.toml) file, under dependencies. ### Install library from Pypi server @@ -59,18 +59,18 @@ pip install anta[cli] ```bash -pip install git+https://github.com/arista-netdevops-community/anta.git -pip install git+https://github.com/arista-netdevops-community/anta.git#egg=anta[cli] +pip install git+https://github.com/aristanetworks/anta.git +pip install git+https://github.com/aristanetworks/anta.git#egg=anta[cli] # You can even specify the branch, tag or commit: -pip install git+https://github.com/arista-netdevops-community/anta.git@ -pip install git+https://github.com/arista-netdevops-community/anta.git@#egg=anta[cli] +pip install git+https://github.com/aristanetworks/anta.git@ +pip install git+https://github.com/aristanetworks/anta.git@#egg=anta[cli] -pip install git+https://github.com/arista-netdevops-community/anta.git@ -pip install git+https://github.com/arista-netdevops-community/anta.git@#egg=anta[cli] +pip install git+https://github.com/aristanetworks/anta.git@ +pip install git+https://github.com/aristanetworks/anta.git@#egg=anta[cli] -pip install git+https://github.com/arista-netdevops-community/anta.git@ -pip install git+https://github.com/arista-netdevops-community/anta.git@#egg=anta[cli] +pip install git+https://github.com/aristanetworks/anta.git@ +pip install git+https://github.com/aristanetworks/anta.git@#egg=anta[cli] ``` ### Check installation @@ -93,7 +93,7 @@ which anta ```bash # Check ANTA version anta --version -anta, version v0.15.0 +anta, version v1.0.0 ``` ## EOS Requirements -- cgit v1.2.3