Changed '.' to 'source' in virtualenv section of README.md
This commit is contained in:
parent
1c0be2e5ce
commit
7ea86a1e8a
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ It downloads the latest version of ZeroNet then starts it automatically.
|
|||
### [Virtualenv](https://virtualenv.readthedocs.org/en/latest/)
|
||||
|
||||
* `virtualenv env`
|
||||
* `. env/bin/activate`
|
||||
* `source env/bin/activate`
|
||||
* `pip install msgpack-python gevent`
|
||||
* `python zeronet.py`
|
||||
* Open http://127.0.0.1:43110/ in your browser
|
||||
|
|
Loading…
Reference in a new issue