diff --git a/README.md b/README.md index 2b01b2f..7025e75 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Simple (~200 lines) distributed file system like HDFS (and of-course GFS). It co #### [Blog: Simple Distributed File System in Python : PyDFS](https://superuser.blog/distributed-file-system-python/) ### Requirements: + - Python 2 - rpyc (Really! That's it.) ### How to run. @@ -14,7 +15,7 @@ Simple (~200 lines) distributed file system like HDFS (and of-course GFS). It co $ python client.py put sourcefile.txt sometxt $ python client.py get sometxt ``` -##### Stop it using Ctll + C so that it will dump the namespace. +##### Stop it using Ctrl + C so that it will dump the namespace. ## TODO: 1. Implement Delete diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..1db1597 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +plumbum==1.6.7 +rpyc==4.0.2