mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-11-12 09:20:35 +08:00
Major readme change
This commit is contained in:
parent
5f858cdd04
commit
f704208a4b
1 changed files with 1 additions and 65 deletions
66
README.md
66
README.md
|
|
@ -12,71 +12,7 @@ This is a program used to manage your qBittorrent instance such as:
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
* Dependencies
|
Check out the [wiki](https://github.com/StuffAnThings/qbit_manage/wiki) for installation help
|
||||||
* Requires `python 3`
|
|
||||||
|
|
||||||
### Unraid Installation
|
|
||||||
|
|
||||||
* [Guide to setup on Unraid](https://github.com/StuffAnThings/qbit_manage/wiki/qBit-Manager-on-unRAID)
|
|
||||||
|
|
||||||
### *Nix Installation
|
|
||||||
|
|
||||||
* Download the script
|
|
||||||
|
|
||||||
```bash
|
|
||||||
wget -O qbit_manage.py 'https://raw.githubusercontent.com/StuffAnThings/qbit_manage/master/qbit_manage.py'
|
|
||||||
```
|
|
||||||
|
|
||||||
* Make it executable
|
|
||||||
|
|
||||||
```bash
|
|
||||||
chmod +x qbit_manage.py
|
|
||||||
```
|
|
||||||
|
|
||||||
* Get & Install Requirements
|
|
||||||
|
|
||||||
```bash
|
|
||||||
wget -O requirements.txt 'https://raw.githubusercontent.com/StuffAnThings/qbit_manage/master/requirements.txt'
|
|
||||||
pip install -r requirements.txt
|
|
||||||
```
|
|
||||||
|
|
||||||
* Get Example Config
|
|
||||||
|
|
||||||
```bash
|
|
||||||
wget -O config.yml.sample 'https://raw.githubusercontent.com/StuffAnThings/qbit_manage/master/config.yml.sample'
|
|
||||||
```
|
|
||||||
|
|
||||||
* Create Config
|
|
||||||
|
|
||||||
```bash
|
|
||||||
cp config.yml.sample config.yml
|
|
||||||
nano -e config.yml
|
|
||||||
```
|
|
||||||
|
|
||||||
* Updating
|
|
||||||
|
|
||||||
```bash
|
|
||||||
wget -O qbit_manage.py 'https://raw.githubusercontent.com/StuffAnThings/qbit_manage/master/qbit_manage.py'
|
|
||||||
chmod +x qbit_manage.py
|
|
||||||
wget -O requirements.txt 'https://raw.githubusercontent.com/StuffAnThings/qbit_manage/master/requirements.txt'
|
|
||||||
pip install -r requirements.txt
|
|
||||||
wget -O config.yml.sample 'https://raw.githubusercontent.com/StuffAnThings/qbit_manage/master/config.yml.sample'
|
|
||||||
diff -ui config.yml config.yml.sample
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Other Local Installation
|
|
||||||
|
|
||||||
* Requires `python 3`. Dependencies must be installed by running:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
pip install -r requirements.txt
|
|
||||||
```
|
|
||||||
|
|
||||||
If there are issues installing dependencies try:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
pip install -r requirements.txt --ignore-installed
|
|
||||||
```
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue