Skip to content

Commit 92b0f18

Browse files
authored
chore: added badges
1 parent 046cc81 commit 92b0f18

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
</h1>
88
<h4 align="center">DataTorch CLI and Python API libary for programmatic access.</h4>
99

10+
<p align="center">
11+
<img alt="Package Version" src="https://img.shields.io/pypi/v/datatorch">
12+
<img alt="Python Versions" src="https://img.shields.io/pypi/pyversions/datatorch">
13+
<img alt="Build Status" src="https://img.shields.io/github/workflow/status/datatorch/python/Python%20package">
14+
</p>
15+
16+
```bash
17+
pip install datatorch
18+
```
1019

1120
## Development
1221

@@ -20,4 +29,4 @@ pip3 install -r requirements.txt
2029
#### Formatter
2130

2231
Open your VSCode settings, by going `Code -> Preferences -> Settings`. Search
23-
for "python formatting provider" and select "black" from the dropdown menu.
32+
for "python formatting provider" and select "black" from the dropdown menu.

0 commit comments

Comments
 (0)