mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-22 22:01:09 -06:00
24 lines
655 B
ReStructuredText
24 lines
655 B
ReStructuredText
Development
|
|
===========
|
|
|
|
If you wish to use the latest and yet unstable version
|
|
(eg. `master <https://git.ziirish.me/ziirish/burp-ui/tree/master>`__),
|
|
you can install it using ``pip`` too, but I would recommend you to use a
|
|
``virtualenv``.
|
|
|
|
To do so, run the following commands:
|
|
|
|
::
|
|
|
|
mkdir /opt/bui-venv
|
|
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
|
|
|
|
|
|
You can uninstall/disable this `Burp-UI`_ setup by typing ``deactivate`` and
|
|
removing the ``/opt/bui-venv`` directory.
|
|
|
|
|
|
.. _Burp-UI: https://git.ziirish.me/ziirish/burp-ui
|