Skip to content

Local Installations

Actionbot edited this page Apr 6, 2024 · 10 revisions

Local Installations

  • Requires python 3.8.1. Dependencies must be installed by running:

Navigate to the directory you'd liked to clone the repo into

Clone the repo

git clone https://github.com/StuffAnThings/qbit_manage

Install requirements

pip install -r requirements.txt

If there are issues installing dependencies try:

pip install -r requirements.txt --ignore-installed

Usage

To run the script in an interactive terminal run:

  • copy the config.yml.sample file to config.yml
  • Fill out the config file as outlined in the Config-Setup

Run the script -h to see a list of commands

python qbit_manage.py -h

Config

To choose the location of the YAML config file

python qbit_manage.py --config-file <path_to_config>

Log

To choose the location of the Log File

python qbit_manage.py --log-file <path_to_log>