Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 16, 2023
1 parent e90d0b3 commit 5bf31b1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ By placing collections into the python site-packages directory they are discover
## Usage

### Setting up a development environment

```
$ git clone <collection_repo>
$ cd collection_repo
Expand All @@ -35,6 +36,7 @@ INFO Symlinking /home/bthornto/github/ansible.scm/venv/lib64/python3.11/site
```

### Tearing down the development environment

```
$ pipc uninstall ansible.scm
INFO Found collection name: ansible.scm from /home/bthornto/github/ansible.scm/galaxy.yml.
Expand Down Expand Up @@ -82,7 +84,8 @@ Usage:
pipc install -e .[test]
python -m pipc install ansible.utils
```
```

````
$ pipc uninstall --help
usage: pipc uninstall [-h] collection_specifier
Expand All @@ -96,4 +99,5 @@ Usage:
pipc install .
pipc install -e .
pipc install -e .[test]
python -m pipc install ansible.utils```
python -m pipc install ansible.utils```
````

0 comments on commit 5bf31b1

Please sign in to comment.