Skip to content

Installation and upgrading

Nickgismokato edited this page Nov 14, 2022 · 1 revision

Installation and upgrading

Requirements

You will need pip to install ReunionLog. An installation guide can be found here.

Following packages is required for running ReunionLog:

Package Link Version Pip Command
requests Link $\geq$ 2.27 $ pip install requests
gql-query-builder Link 0.1.7 $ pip install gql-query-builder

Installing ReunionLog

To install you will need to invoke following command with pip:

$ pip install ReunionLog

Upgrading ReunionLog

To upgrade ReunionLog you will need to invoke the following command with pip:

$ pip install --upgrade ReunionLog
Clone this wiki locally