Use Python 2.x for ZeroNet
This commit is contained in:
parent
20a063105c
commit
fdb7b4cc0f
1 changed files with 3 additions and 3 deletions
|
@ -87,7 +87,7 @@ It downloads the latest version of ZeroNet then starts it automatically.
|
||||||
* `wget https://github.com/HelloZeroNet/ZeroNet/archive/master.tar.gz`
|
* `wget https://github.com/HelloZeroNet/ZeroNet/archive/master.tar.gz`
|
||||||
* `tar xvpfz master.tar.gz`
|
* `tar xvpfz master.tar.gz`
|
||||||
* `cd ZeroNet-master`
|
* `cd ZeroNet-master`
|
||||||
* Start with `python zeronet.py`
|
* Start with `python2 zeronet.py`
|
||||||
* Open http://127.0.0.1:43110/ in your browser
|
* Open http://127.0.0.1:43110/ in your browser
|
||||||
|
|
||||||
### [Arch Linux](https://www.archlinux.org)
|
### [Arch Linux](https://www.archlinux.org)
|
||||||
|
@ -125,7 +125,7 @@ See `/usr/share/doc/zeronet-*/README.gentoo.bz2` for further assistance.
|
||||||
* `vagrant up`
|
* `vagrant up`
|
||||||
* Access VM with `vagrant ssh`
|
* Access VM with `vagrant ssh`
|
||||||
* `cd /vagrant`
|
* `cd /vagrant`
|
||||||
* Run `python zeronet.py --ui_ip 0.0.0.0`
|
* Run `python2 zeronet.py --ui_ip 0.0.0.0`
|
||||||
* Open http://127.0.0.1:43110/ in your browser
|
* Open http://127.0.0.1:43110/ in your browser
|
||||||
|
|
||||||
### [Docker](https://www.docker.com/)
|
### [Docker](https://www.docker.com/)
|
||||||
|
@ -142,7 +142,7 @@ set `ENABLE_TOR` environment variable to `true` (Default: `false`). E.g.:
|
||||||
* `virtualenv env`
|
* `virtualenv env`
|
||||||
* `source env/bin/activate`
|
* `source env/bin/activate`
|
||||||
* `pip install msgpack-python gevent`
|
* `pip install msgpack-python gevent`
|
||||||
* `python zeronet.py`
|
* `python2 zeronet.py`
|
||||||
* Open http://127.0.0.1:43110/ in your browser
|
* Open http://127.0.0.1:43110/ in your browser
|
||||||
|
|
||||||
## Current limitations
|
## Current limitations
|
||||||
|
|
Loading…
Reference in a new issue