Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alanb43 committed May 2, 2023
1 parent 5352a7c commit b04bdd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist
src/memoizek.egg-info
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ memo_compute(add, 2, 1) # registers a miss, arguments don't match!
```

# Installation
Coming soon
```
# pip / pip3
python3 -m pip install memoizek
```

0 comments on commit b04bdd2

Please sign in to comment.