You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,16 @@
4
4
# CASE-Implementation-Pillow
5
5
A repository for the development of a [Pillow](https://pypi.org/project/Pillow/) to [CASE](https://caseontology.org) implementation.
6
6
7
-
# Usage
7
+
##Usage
8
8
> Use of a python virtual environment suggested
9
9
10
-
```cd CASE-Implementation-PyPI-Pillow```
10
+
```bash
11
+
cd CASE-Implementation-PyPI-Pillow
12
+
pip install .
13
+
pillow2case <nameof.jpeg><output.json>
14
+
```
11
15
12
-
```pip install .```
13
-
14
-
```pillow2case <nameof.jpeg> <output.json>```
15
-
# Development Status
16
+
## Development Status
16
17
This repository follows CASE community guidance on describing [development status](https://caseontology.org/resources/github_policies.html#development-statuses), by adherence to noted support requirements.
0 commit comments