mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 23:36:17 -04:00
Python 3 alternative in readme
This commit is contained in:
parent
a251483e97
commit
521473226d
1 changed files with 3 additions and 0 deletions
|
@ -51,7 +51,10 @@ ShareDrop uses WebRTC only and isn't compatible with Safari browsers. Snapdrop u
|
|||
|
||||
# open a second shell:
|
||||
cd snapdrop/client
|
||||
# Python 2
|
||||
python -m SimpleHTTPServer
|
||||
# Python 3
|
||||
python3 -m http.server
|
||||
```
|
||||
|
||||
Now point your browser to http://localhost:8000.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue