Skip to content

Commit 9944fd8

Browse files
authored
add installation tip to readme (connects #23)
1 parent 339db77 commit 9944fd8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

allure-pytest/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Allure pytest plugin
22

3+
## Inatallation
4+
Beta version is not available on PyPI, but you can install allure directly from github:
5+
6+
```bash
7+
$ pip install -e 'git+https://github.com/allure-framework/allure-python2.git#egg=pytest_allure_adaptor&subdirectory=allure-pytest'
8+
```
39
## Changes
410

511
### Attachments
@@ -44,4 +50,4 @@ def dynamic_issue(request):
4450
def test_dynamic_issue(dynamic_issue, issue, result):
4551
dynamic_issue(issue)
4652
assert result
47-
```
53+
```

0 commit comments

Comments
 (0)