diff --git a/README.md b/README.md index c8caaa3..63453bc 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,13 @@ Installation ```bash cd your_project + +# Download the setup.py file: +# download with wget wget https://raw.githubusercontent.com/kennethreitz/setup.py/master/setup.py -O setup.py + +# download with curl +curl -O https://raw.githubusercontent.com/kennethreitz/setup.py/master/setup.py ``` To Do