Skip to content

Commit 19ca1bb

Browse files
committed
removes python 3.6 informations and bumps minimum python version to 3.12
1 parent e972c94 commit 19ca1bb

2 files changed

Lines changed: 5 additions & 21 deletions

File tree

README.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff 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
6153
apt-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
6859
cd /opt

requirements_3.6.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)