Skip to content

Commit b40e6dd

Browse files
committed
update readme with instructions for installing aura via pip/from pypi
1 parent 8dbc882 commit b40e6dd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
.. class:: center
88

99
|homepage_flair| |docs_flair| |docker_flair|
10-
|license_flair| |travis_flair|
10+
|license_flair| |travis_flair| |pypi_flair|
1111

1212

1313

@@ -46,8 +46,12 @@ Didn't find what you are looking for? Aura's architecture is based on a robust p
4646
Installation
4747
============
4848

49+
4950
::
5051

52+
# Via pip:
53+
pip install aura-security[full]
54+
# or build from source/git
5155
poetry install --no-dev -E full
5256

5357
Or just use a prebuild docker image ``sourcecodeai/aura:dev``
@@ -162,3 +166,7 @@ Use the following citation when using Aura or data produced by Aura in research:
162166
.. |license_flair| image:: https://img.shields.io/github/license/SourceCode-AI/aura?color=blue
163167

164168
.. |travis_flair| image:: https://travis-ci.com/SourceCode-AI/aura.svg?branch=dev
169+
170+
.. |pypi_flair| image:: https://badge.fury.io/py/aura-security.svg
171+
:target: https://pypi.org/project/aura-security/
172+
:align: middle

0 commit comments

Comments
 (0)