mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-03-01 02:15:16 +08:00
Updated Installation (markdown)
parent
ea48767473
commit
ccb073a597
1 changed files with 1 additions and 15 deletions
|
@ -1,15 +1 @@
|
||||||
# Docker Installation
|
kk
|
||||||
|
|
||||||
# Local Installations
|
|
||||||
|
|
||||||
* 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
|
|
||||||
```
|
|
Loading…
Reference in a new issue