diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c4afb41 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +dist +src/memoizek.egg-info \ No newline at end of file diff --git a/readme.md b/readme.md index 4a12b7c..698d1c5 100644 --- a/readme.md +++ b/readme.md @@ -24,4 +24,7 @@ memo_compute(add, 2, 1) # registers a miss, arguments don't match! ``` # Installation -Coming soon \ No newline at end of file +``` +# pip / pip3 +python3 -m pip install memoizek +``` \ No newline at end of file