Skip to content

Commit 5b5ac67

Browse files
author
Jeremy Price
committed
[README] update python requirement in README.md
As outlined in this issue: #112 It turns out that we already have code that requires python3.7 or later. This change merely updates the documentation to let people know.
1 parent 87d9a3e commit 5b5ac67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Lastly, if the asset_tag field is blank in JAMF when it is being created in Snip
4747

4848
## Requirements:
4949

50-
- Python3 is installed on your system with the requests, json, time, and configparser python libs installed.
50+
- Python3 (3.7 or higher) is installed on your system with the requests, json, time, and configparser python libs installed.
5151
- Network access to both your JAMF and Snipe-IT environments.
5252
- A JAMF username and password that has read & write permissions for computer assets, mobile device assets, and users.
5353
- Computers: Read, Update
@@ -59,10 +59,10 @@ Lastly, if the asset_tag field is blank in JAMF when it is being created in Snip
5959

6060
### Mac
6161

62-
1. Install Python 3.6 or later
62+
1. Install Python 3.7 or later
6363
- Grab the latest PKG installer from the Python website and run it.
6464

65-
2. Add Python 3.6 or later to your PATH
65+
2. Add Python 3.7 or later to your PATH
6666
- Run the `Update Shell Profile.command` script in the `/Applications/Python 3.X` folder to add `python3.X` your PATH
6767

6868
3. Create a virtualenv for jamf2snipe

0 commit comments

Comments
 (0)