summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Hutchinson <jlhutch@gmail.com>2022-03-06 17:19:23 -0600
committerJay Hutchinson <jlhutch@gmail.com>2022-03-06 17:19:23 -0600
commite440aff8181b602222fec4c5c1b6fa40fb825e1c (patch)
treeef85a15745ba033a70c95d237fde86af8e6e9f59
parentaa7025ee9b220dd7269f1ba7743631d27b97013a (diff)
downloadpylru-e440aff8181b602222fec4c5c1b6fa40fb825e1c.tar.gz
Added installation section to Readme.HEADmaster
-rw-r--r--README.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 46377c2..ee45ec5 100644
--- a/README.rst
+++ b/README.rst
@@ -12,6 +12,13 @@ Pylru implements a true LRU cache along with several support classes. The cache
You can install pylru or you can just copy the source file pylru.py and use it directly in your own project. The rest of this file explains what the pylru module provides and how to use it. If you want to know more examine pylru.py. The code is straightforward and well commented.
+Installation
+============
+
+::
+
+ pip install pylru
+
Usage
=====