aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2021-01-28 15:50:11 -0300
committerSilvio Rhatto <rhatto@riseup.net>2021-01-28 15:50:11 -0300
commit2b343942870441b1c0f83cc6afdb030056d45c2e (patch)
tree8773f01a5f8d1cf711e7bcf91f915ba47991b493 /README.md
parent8f381d2dd5af97f3663449a5ffc7ed76d11976fd (diff)
downloadcsv-hasher-2b343942870441b1c0f83cc6afdb030056d45c2e.tar.gz
csv-hasher-2b343942870441b1c0f83cc6afdb030056d45c2e.tar.bz2
Feat: initial version
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 20 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7111eb0..0e9531a 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,20 @@
-csv-hasher
-==========
+# csv-hasher
+
+Hashes a given column of a CSV file.
+
+## Requirements
+
+Running:
+
+* [Python 3](https://python.org).
+* [Pandas](https://pandas.pydata.org).
+
+Testing:
+
+* [GNU Make](https://www.gnu.org/software/make/).
+* [Pipenv](https://pipenv.pypa.io).
+
+## Testing
+
+ make vendor
+ make test