Skip to content

Commit

Permalink
docs: recommend installation via pip -e (#693)
Browse files Browse the repository at this point in the history
Closes #691

Co-authored-by: Jeffrey Rennie <rennie@google.com>
  • Loading branch information
busunkim96 and SurferJeffAtGoogle authored Aug 5, 2020
1 parent 2b48276 commit 8f64979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synthtool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ This tool helps to generate and layout cloud client libraries. Synthtool runs th

3. **Docker** Some synth.py files require [Docker] to generate code.

4. Install this library with pip:
4. Clone this repository and install this library with pip:

```
cd synthtool
export PYTHONPATH=`pwd`
python3 -m pip install -e .
```
Expand Down

0 comments on commit 8f64979

Please sign in to comment.