diff --git a/README.md b/README.md index b8e2957a..4f83dbdc 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ Take full reuse of Python's existing powerful libraries: [`Requests`][requests], ## Installation/Upgrade ```bash -$ pip install git+https://github.com/debugtalk/ApiTestEngine.git#egg=ApiTestEngine +$ pip install git+https://github.com/debugtalk/ApiTestEngine.git#egg=ApiTestEngine --process-dependency-links ``` To upgrade all specified packages to the newest available version, you should add the `-U` option. ```bash -$ pip install -U git+https://github.com/debugtalk/ApiTestEngine.git#egg=ApiTestEngine +$ pip install -U git+https://github.com/debugtalk/ApiTestEngine.git#egg=ApiTestEngine --process-dependency-links ``` If there is a problem with the installation or upgrade, you can check the [`FAQ`](docs/FAQ.md). diff --git a/setup.py b/setup.py index bf7a4aea..3516fe61 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( "PyUnitReport" ], dependency_links=[ - "git+https://github.com/debugtalk/PyUnitReport.git#egg=PyUnitReport" + "git+https://github.com/debugtalk/PyUnitReport.git#egg=PyUnitReport-0" ], classifiers=[ "Development Status :: 3 - Alpha",