File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,14 +30,8 @@ This ensures stale objects are removed from NetBox keeping an accurate current s
3030
3131## Requirements
3232### Software
33- * python >= 3.6
34- * packaging
35- * urllib3==2.2.1
36- * wheel
37- * requests==2.31.0
38- * pyvmomi==8.0.2.0.1
39- * aiodns==3.0.0
40- * pyyaml==6.0.1
33+ * python >= 3.12
34+ * see [ requirements.txt] ( requirements.txt )
4135
4236### Environment
4337* NetBox >= 2.9
@@ -49,20 +43,17 @@ This ensures stale objects are removed from NetBox keeping an accurate current s
4943# Installing
5044* here we assume we install in ``` /opt ```
5145
52- ## RedHat based OS
53- * on RedHat/CentOS 7 you need to install python3.6 and pip from EPEL first
54- * on RedHat/CentOS 8 systems the package name changed to ` python3-pip `
46+ ## RedHat based distributions
5547``` shell
56- yum install python36 -pip
48+ yum install python3 -pip
5749```
5850
59- ## Ubuntu 18.04 & 20.04 && 22.04
51+ ## Debian ( Ubuntu) based distributions
6052``` shell
6153apt-get update && apt-get install python3-venv
6254```
6355
6456## Clone repo and install dependencies
65- * If you need to use python 3.6 then you would need ` requirements_3.6.txt ` to install requirements
6657* download and setup of virtual environment
6758``` shell
6859cd /opt
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments