From 11b6f3491665360cf1d3907a51084102f4067fb2 Mon Sep 17 00:00:00 2001 From: zixuanzh Date: Sat, 20 Oct 2018 13:39:59 -0400 Subject: [PATCH] update readme and virtualenv --- README.md | 12 +++++++++++- requirements.txt | 0 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 2877d9b..7be5db0 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -# py-libp2p \ No newline at end of file +# py-libp2p + +## Development + +py-libp2p requires Python 3.6 and the best way to guarantee a clean Python 3.6 environment is with [`virtualenv`](https://virtualenv.pypa.io/en/stable/) + +```sh +virtualenv -p python3.6 venv +. venv/bin/activate +pip install -r requirements.txt +``` \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e69de29