mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
update development instructions
This commit is contained in:
parent
c52249d95f
commit
09d084f664
1 changed files with 5 additions and 1 deletions
|
|
@ -14,7 +14,11 @@ To do so, run the following commands:
|
|||
pip install virtualenv
|
||||
virtualenv /opt/bui-venv
|
||||
source /opt/bui-venv/bin/activate
|
||||
pip install --upgrade https://burpui.ziirish.me/builds/burp-ui.dev.tar.gz
|
||||
cd /tmp
|
||||
# the .tar.gz works with both python 2 and python 3
|
||||
wget https://git.ziirish.me/ziirish/burp-ui/builds/artifacts/master/download?job=build:py2 -O burp-ui_build.zip
|
||||
unzip burp-ui_build.zip
|
||||
pip install --upgrade dist/burp-ui.*.tar.gz
|
||||
|
||||
|
||||
You can uninstall/disable this `Burp-UI`_ setup by typing ``deactivate`` and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue