Skip to content

Commit

Permalink
Added more details to README
Browse files Browse the repository at this point in the history
  • Loading branch information
whitead committed Oct 6, 2023
1 parent 10632a3 commit 8deac65
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,30 @@
# SanClone


## Installation

```sh
pip install -e .
```

## Testing

```sh
pip install -r dev-requirements.txt
pytest
```

## Developing

To contribute, make sure to run the pre-commit hooks before committing.


### First time setup
```sh
# install pre-commit
pip install -r dev-requirements.txt
pre-commit install
```
pre-commit run --all-files
```

After that, it will run automatically

0 comments on commit 8deac65

Please sign in to comment.