Skip to content

Commit

Permalink
Fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahvdAa committed Oct 29, 2023
1 parent 0930095 commit 6c332f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion geobox.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6c332f8

Please sign in to comment.