From 6c332f869d6d3723bd80ed8d5ab21745ee915a1b Mon Sep 17 00:00:00 2001 From: Noah van der Aa Date: Sun, 29 Oct 2023 19:21:18 +0100 Subject: [PATCH] Fix setup --- README.md | 3 ++- geobox.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a1e3a2..2edd9cc 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,10 @@ geofeed maintenance and to keep netbox as a source of truth for IP data. ## Setup instructions +- Make sure you have Python 3 (and pip3) installed. - Clone this repository and install the dependencies: ```bash - git clone https://github.com/FrumentumNL/GeoBox.git + git clone https://github.com/FrumentumNL/GeoBox.git geobox cd geobox pip3 install -r requirements.txt ``` diff --git a/geobox.py b/geobox.py index 7b56986..cbff284 100755 --- a/geobox.py +++ b/geobox.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python3 +#!/usr/bin/python3 # Shoddy python disclaimer: I don't really use python so this script can probably be cleaned up a lot import sys