Skip to content

Commit 29ecc26

Browse files
authored
Merge pull request #8 from casework/tweak_readme_styling
Tweak README styling
2 parents f38df18 + 2411ec3 commit 29ecc26

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44
# CASE-Implementation-Pillow
55
A repository for the development of a [Pillow](https://pypi.org/project/Pillow/) to [CASE](https://caseontology.org) implementation.
66

7-
# Usage
7+
## Usage
88
> Use of a python virtual environment suggested
99
10-
```cd CASE-Implementation-PyPI-Pillow```
10+
```bash
11+
cd CASE-Implementation-PyPI-Pillow
12+
pip install .
13+
pillow2case <nameof.jpeg> <output.json>
14+
```
1115

12-
```pip install .```
13-
14-
```pillow2case <nameof.jpeg> <output.json>```
15-
# Development Status
16+
## Development Status
1617
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.
1718

1819
The status of this repository is:

0 commit comments

Comments
 (0)