Skip to content

Installation

Richard Mwewa edited this page May 31, 2022 · 16 revisions

Clone from Github

Firstly, we clone the repository

git clone https://github.com/rly0nheart/octosuite.git

Screenshot_20220414-002508

Then we change the working directory to octosuite

cd octosuite

Screenshot_20220414-002214

At this point, we will have to install some dependencies. Don't worry, octosuite only runs on 1-2 external dependencies (you might probably even already have them installed on your machine)

pip install -r requirements.txt

Screenshot_20220414-004420 The installation will take less than a minute to complete


Install from PyPI

Octosuite has got a PyPI package that acts as an executable. The installation process is simple and straight forward

pip install octosuite

Screenshot_20220414-005400

The above command will install only 1 dependency, this will also take less than a minute to complete.

Clone this wiki locally