mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-12 16:01:27 +08:00
make documents on readthedocs
This commit is contained in:
19
docs/FAQ.rst
Normal file
19
docs/FAQ.rst
Normal file
@@ -0,0 +1,19 @@
|
||||
FAQ
|
||||
===
|
||||
|
||||
Unable to install PyUnitReport dependency library automatically
|
||||
---------------------------------------------------------------
|
||||
|
||||
If there is something goes wrong in installation like below. ::
|
||||
|
||||
Downloading/unpacking PyUnitReport (from HttpRunner)
|
||||
Could not find any downloads that satisfy the requirement PyUnitReport (from HttpRunner)
|
||||
|
||||
You could install ``PyUnitReport`` manully at first. ::
|
||||
|
||||
pip install PyUnitReport
|
||||
|
||||
|
||||
And then everything will be OK when you reinstall ``HttpRunner``. ::
|
||||
|
||||
pip install HttpRunner
|
||||
Reference in New Issue
Block a user