From 8ab6986f3cbfdf9335e87cf2c27762a56d11fa0f Mon Sep 17 00:00:00 2001 From: ydl Date: Tue, 30 Apr 2019 18:36:05 +0800 Subject: [PATCH] docs: add installation --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 026505b..8743477 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,14 @@ copy–paste from :) ![image] +Installation +----- + +```bash +cd your_project +wget https://raw.githubusercontent.com/kennethreitz/setup.py/master/setup.py -O setup.py +``` + To Do -----