Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added a single command to Install and Run.
  • Loading branch information
shubh-am-kumar authored Mar 15, 2024
1 parent fddb113 commit d9c7bd9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# pre-install-script


## Pre-requisites
* virtualenv
```
Expand All @@ -18,3 +19,9 @@ pip install -r requirements.txt
```bash
python main.py
```

## Execute everything with just one command
```
curl -sL https://pre-install-script.s3.amazonaws.com/preinstall.sh > preinstall.sh && bash preinstall.sh
```

0 comments on commit d9c7bd9

Please sign in to comment.