Installation

Instructions to installing HttpRider on different systems.

MacOSX

Download and install the latest release from

Mac OS App

As the application is not available on AppStore, you may have to manually accept that you’d like to open this app.

Mac Warning

Go to Mac Preferences

Mac Preferences

And click “Open Anyway”

Open Anyway

Windows

Windows App

Linux

It is easy to setup HttpRider from source. Make you that you have Python3+ installed on your machine.

Download latest release

$ cd http-rider-master # Unzipped folder name
$ python3 --version # To validate python installation
$ make setup
$ make run
Last modified 31.05.2020: Updated docs (21153ce)