Skip to content

Commit 9b3680a

Browse files
authored
Update README.md
1 parent 50baba2 commit 9b3680a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ Also needed to increase reliability on a particular target machine where the ori
1111

1212
# Install Dependencies
1313
```
14-
wget https://bootstrap.pypa.io/get-pip.py -o get-pip.py
15-
python3 get-pip.py
16-
pip3 install cherrypy
14+
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
15+
python2 get-pip.py
16+
pip2 install cherrypy
1717
```
1818

1919
# Run
2020

21-
`python3 server.py`
21+
`python2 server.py`
2222

2323
# PoC changes:
2424

0 commit comments

Comments
 (0)