mirror of
https://github.com/kennethreitz/setup.py.git
synced 2026-06-05 15:00:18 +00:00
Merge pull request #72 from chaps/add-curl-to-install-steps
Add curl to install steps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user