Skip to content

Commit

Permalink
Update dependencies and installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonfelipesp committed Oct 31, 2024
1 parent 0d7a1a4 commit 9c2f239
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,19 @@ Clone netbox-proxbox repository
git clone https://github.com/netdevopsbr/netbox-proxbox.git
```

Install netbox-proxbox
Install required packages

```
cd netbox-proxbox
source /opt/netbox/venv/bin/activate
sudo pip3 install -r requirements.txt
```

Run netbox-proxbox on develop mode

```
python3 setup.py develop
```

Expand Down
Empty file.
Empty file modified requirements-new.txt
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ sniffio==1.3.1
social-auth-app-django==5.4.2
social-auth-core==4.5.4
sqlparse==0.5.1
starlette==0.40.0
starlette<0.39.0,>=0.37.2
strawberry-graphql==0.243.1
strawberry-graphql-django==0.48.0
svgwrite==1.4.3
Expand Down

0 comments on commit 9c2f239

Please sign in to comment.