Skip to content

Commit

Permalink
Merge pull request #5 from tinnawong/develop
Browse files Browse the repository at this point in the history
Update Readme
  • Loading branch information
tinnawong authored Sep 19, 2023
2 parents 7823c4d + e82581c commit 51470f4
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
@@ -1,6 +1,6 @@
# pylabtools

`pylabtools` is a Python utility library that provides various helper functions for file and directory manipulation, text formatting, and logging.
`pylabtools` is a Python utility library that provides various helper functions:

## Installation

Expand All @@ -12,10 +12,14 @@ pip install pylabtools

## Testing

You can run the unit tests using pytest:
You can run the unit tests using the following commands:

```bash
python -m unittest discover tests

or

pytest tests
```

## Contributing
Expand Down

0 comments on commit 51470f4

Please sign in to comment.