-
-
Notifications
You must be signed in to change notification settings - Fork 49
Local Installations
Actionbot edited this page Aug 2, 2024
·
11 revisions
- Requires
python 3.9.0
. 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
To run the script in an interactive terminal run:
- copy the
config.yml.sample
file toconfig.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
To choose the location of the YAML config file
python qbit_manage.py --config-file <path_to_config>
To choose the location of the Log File
python qbit_manage.py --log-file <path_to_log>