mirror of
https://github.com/chubin/wttr.in
synced 2024-12-24 10:53:07 +00:00
Add shell prompts in README
This commit is contained in:
parent
a6bd96da29
commit
d2543a9fe9
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in a new issue