Merge pull request #98 from pi314/pi314-fix-typo-readme

Fix typo in readme
This commit is contained in:
Igor Chubin 2017-04-17 09:25:27 +02:00 committed by GitHub
commit 840c5b6b70

View file

@ -179,8 +179,8 @@ External requirements:
To install `wego` you must have [golang](https://golang.org/doc/install) installed. After that:
go get -u github.com/schachmat/wego
go install github.com/schachmat/wego
$ go get -u github.com/schachmat/wego
$ go install github.com/schachmat/wego
### Install python dependencies
@ -202,9 +202,9 @@ You can install most of them using `pip`.
If `virtualenv` is used:
virtualenv ve
ve/bin/pip install -r requirements.txt
ve/bin/pip bin/srv.py
$ virtualenv ve
$ ve/bin/pip install -r requirements.txt
$ ve/bin/pip bin/srv.py
(pyte 0.6 is not yet released and it should be installed direct from the source code from its GitHub repository at the moment).