-
Notifications
You must be signed in to change notification settings - Fork 164
Installation
Richard Mwewa edited this page May 31, 2022
·
16 revisions
Firstly, we clone the repository
git clone https://github.com/rly0nheart/octosuite.git
Then we change the working directory to octosuite
cd octosuite
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
The installation will take less than a minute to complete
Octosuite has got a PyPI package that acts as an executable. The installation process is simple and straight forward
pip install octosuite
The above command will install only 1 dependency, this will also take less than a minute to complete.