Skip to content

Commit 33cd0b7

Browse files
authored
Update README.md
1 parent 26fd217 commit 33cd0b7

File tree

1 file changed

+1
-40
lines changed

1 file changed

+1
-40
lines changed

README.md

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
- [Options](#options)
1919
- [Examples](#examples)
2020
- [Performance](#performance)
21-
- [Development](#development)
22-
- [Contributing](#contributing)
23-
- [Compatibility](#compatibility)
24-
- [Changelog](#changelog)
2521
- [License](#license)
2622

2723
---
@@ -314,46 +310,11 @@ db-diff one.csv two.csv --key=Id --verbose
314310

315311
---
316312

317-
## Development
318-
319-
Clone the repository:
320-
321-
```sh
322-
git clone https://github.com/datsom1/db-diff.git
323-
cd db-diff
324-
```
325-
326-
Install development dependencies:
327-
328-
```sh
329-
pip install -e ".[dev]"
330-
```
331-
332-
Run tests:
333-
334-
```sh
335-
pytest
336-
```
337-
338-
## Contributing
339-
340-
Contributions are welcome! Please feel free to submit a Pull Request.
341-
342-
## Compatibility
343-
344-
- Python 3.6+
345-
- Works on Windows, macOS, and Linux
346-
- Handles various file encodings (UTF-8, UTF-16, Latin1, etc.)
347-
348-
## Changelog
349-
350-
For a detailed list of changes for each version, please see the [CHANGELOG](https://github.com/datsom1/db-diff/releases).
351-
352313
## License
353314

354315
This project is licensed under the [Apache License 2.0](LICENSE).
355316

356317
---
357318

358319
**Author:** Thomas Coyle
359-
**Repository:** https://github.com/datsom1/db-diff
320+
**Repository:** https://github.com/datsom1/db-diff

0 commit comments

Comments
 (0)