diff --git a/README.md b/README.md index 2877d9b0..7be5db0a 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 00000000..e69de29b